Datasets:
added readme and gitignore
Browse files- .gitattributes +1 -2
- .gitignore +1 -0
- README.md +13 -1
.gitattributes
CHANGED
|
@@ -56,5 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 56 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
-
.idea/
|
|
|
|
| 56 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.idea/
|
README.md
CHANGED
|
@@ -12,4 +12,16 @@ tags:
|
|
| 12 |
- Bible
|
| 13 |
- translation
|
| 14 |
- multilingual
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- Bible
|
| 13 |
- translation
|
| 14 |
- multilingual
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
bible-dargwa-russian contains parallel texts of the Bible in the Dargwa and Russian languages. Below is a concise description of the columns:
|
| 18 |
+
|
| 19 |
+
id: Unique identifier for each entry.
|
| 20 |
+
osisID: Standardized book identifier based on the OSIS format.
|
| 21 |
+
book: Name of the biblical book.
|
| 22 |
+
chapter: Chapter number within the book.
|
| 23 |
+
start_verse: Starting verse of the passage.
|
| 24 |
+
end_verse: Ending verse of the passage.
|
| 25 |
+
dar_text: Verse text in the Dargwa language.
|
| 26 |
+
ru_text: Verse text in Russian.
|
| 27 |
+
rus_version: Specifies the Russian translation version (Synodal or Modern).
|