Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -39,7 +39,24 @@ configs:
|
|
| 39 |
|
| 40 |
## Description
|
| 41 |
|
| 42 |
-
The Revised Version (RV)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Dataset Structure
|
| 45 |
|
|
@@ -50,23 +67,94 @@ Each row represents one Bible verse.
|
|
| 50 |
| `translation_id` | string | Translation identifier: `revised_version_1895_en` |
|
| 51 |
| `translation` | string | Full translation name |
|
| 52 |
| `language` | string | Language code: `en` |
|
| 53 |
-
| `book_number` | int32 | Book number (1-66
|
| 54 |
| `book` | string | Book name |
|
| 55 |
| `book_abbr` | string | Book abbreviation |
|
| 56 |
| `chapter` | int32 | Chapter number |
|
| 57 |
| `verse` | string | Verse number |
|
| 58 |
| `verse_number` | int32 | Numeric part of verse |
|
| 59 |
| `verse_suffix` | string | Verse suffix or null |
|
| 60 |
-
| `verse_id` | string | Unique verse identifier |
|
| 61 |
| `text` | string | Verse text |
|
| 62 |
|
| 63 |
## Statistics
|
| 64 |
|
| 65 |
-
- **Books:** 66
|
| 66 |
- **Verses:** 31,102
|
| 67 |
-
- **Language:** English
|
| 68 |
- **Format:** Parquet (ZSTD compressed)
|
| 69 |
-
- **File size:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
## Usage
|
| 72 |
|
|
@@ -75,9 +163,18 @@ from datasets import load_dataset
|
|
| 75 |
|
| 76 |
dataset = load_dataset("k-mktr/revised_version_1895_en", split="train")
|
| 77 |
print(dataset[0])
|
| 78 |
-
# {'translation_id': 'revised_version_1895_en',
|
|
|
|
|
|
|
| 79 |
```
|
| 80 |
|
| 81 |
## License
|
| 82 |
|
| 83 |
-
Public Domain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
## Description
|
| 41 |
|
| 42 |
+
The **Revised Version (RV)**, also known as the **English Revised Version (ERV)**, is a groundbreaking late 19th-century revision of the King James Version (KJV) of the Holy Bible. Published in complete form with the Apocrypha in **1895**, it remains the only officially authorized revision of the KJV.
|
| 43 |
+
|
| 44 |
+
Produced by over **50 eminent scholars** from Britain and America, the RV was the first English translation to fully incorporate advances in Greek and Hebrew textual criticism made during the 19th century. The New Testament (published 1881) made over **30,000 changes** to the KJV text, more than 5,000 of them based on better Greek manuscripts that were unavailable to the KJV translators (notably the Codex Sinaiticus and Codex Vaticanus).
|
| 45 |
+
|
| 46 |
+
The revision was characterized by:
|
| 47 |
+
- **Greater accuracy** to the original Greek and Hebrew texts
|
| 48 |
+
- **Consistent translation** of the same original words
|
| 49 |
+
- **Removal of archaic language** while preserving dignity of style
|
| 50 |
+
- **Marginal notes** indicating textual variants and alternative renderings
|
| 51 |
+
- **Restored readings** from older and more reliable manuscripts
|
| 52 |
+
|
| 53 |
+
The American committee that participated in the RV went on to produce the **American Standard Version (ASV)** in 1901.
|
| 54 |
+
|
| 55 |
+
**Important note:** This dataset includes the **66-book Protestant canon** only. The Apocrypha books (included in the 1895 edition) are not included in this release.
|
| 56 |
+
|
| 57 |
+
**Source:** [eBible.org](https://ebible.org/find/details.php?id=eng-rv) — Revised Version with Apocrypha (1895), USFM format, Public Domain.
|
| 58 |
+
|
| 59 |
+
**License:** Public Domain.
|
| 60 |
|
| 61 |
## Dataset Structure
|
| 62 |
|
|
|
|
| 67 |
| `translation_id` | string | Translation identifier: `revised_version_1895_en` |
|
| 68 |
| `translation` | string | Full translation name |
|
| 69 |
| `language` | string | Language code: `en` |
|
| 70 |
+
| `book_number` | int32 | Book number (1-66) |
|
| 71 |
| `book` | string | Book name |
|
| 72 |
| `book_abbr` | string | Book abbreviation |
|
| 73 |
| `chapter` | int32 | Chapter number |
|
| 74 |
| `verse` | string | Verse number |
|
| 75 |
| `verse_number` | int32 | Numeric part of verse |
|
| 76 |
| `verse_suffix` | string | Verse suffix or null |
|
| 77 |
+
| `verse_id` | string | Unique verse identifier (`{book_abbr}_{chapter}_{verse}`) |
|
| 78 |
| `text` | string | Verse text |
|
| 79 |
|
| 80 |
## Statistics
|
| 81 |
|
| 82 |
+
- **Books:** 66 (complete Old and New Testament)
|
| 83 |
- **Verses:** 31,102
|
| 84 |
+
- **Language:** English (archaic British)
|
| 85 |
- **Format:** Parquet (ZSTD compressed)
|
| 86 |
+
- **File size:** 2.99 MB
|
| 87 |
+
|
| 88 |
+
## Books
|
| 89 |
+
|
| 90 |
+
| # | Book | Abbr | Verses |
|
| 91 |
+
|---|------|------|--------|
|
| 92 |
+
| 1 | Genesis | Gen | 1,533 |
|
| 93 |
+
| 2 | Exodus | Exod | 1,213 |
|
| 94 |
+
| 3 | Leviticus | Lev | 859 |
|
| 95 |
+
| 4 | Numbers | Num | 1,289 |
|
| 96 |
+
| 5 | Deuteronomy | Deut | 959 |
|
| 97 |
+
| 6 | Joshua | Josh | 658 |
|
| 98 |
+
| 7 | Judges | Judg | 618 |
|
| 99 |
+
| 8 | Ruth | Rut | 85 |
|
| 100 |
+
| 9 | 1 Samuel | 1Sam | 811 |
|
| 101 |
+
| 10 | 2 Samuel | 2Sam | 695 |
|
| 102 |
+
| 11 | 1 Kings | 1Kgs | 817 |
|
| 103 |
+
| 12 | 2 Kings | 2Kgs | 719 |
|
| 104 |
+
| 13 | 1 Chronicles | 1Chr | 943 |
|
| 105 |
+
| 14 | 2 Chronicles | 2Chr | 822 |
|
| 106 |
+
| 15 | Ezra | Ezra | 280 |
|
| 107 |
+
| 16 | Nehemiah | Neh | 405 |
|
| 108 |
+
| 17 | Esther | Est | 167 |
|
| 109 |
+
| 18 | Job | Job | 1,070 |
|
| 110 |
+
| 19 | Psalms | Ps | 2,527 |
|
| 111 |
+
| 20 | Proverbs | Prov | 915 |
|
| 112 |
+
| 21 | Ecclesiastes | Eccl | 222 |
|
| 113 |
+
| 22 | Song of Solomon | Song | 117 |
|
| 114 |
+
| 23 | Isaiah | Isa | 1,291 |
|
| 115 |
+
| 24 | Jeremiah | Jer | 1,364 |
|
| 116 |
+
| 25 | Lamentations | Lam | 154 |
|
| 117 |
+
| 26 | Ezekiel | Ezek | 1,273 |
|
| 118 |
+
| 27 | Daniel | Dan | 357 |
|
| 119 |
+
| 28 | Hosea | Hos | 197 |
|
| 120 |
+
| 29 | Joel | Joel | 73 |
|
| 121 |
+
| 30 | Amos | Amos | 146 |
|
| 122 |
+
| 31 | Obadiah | Obad | 21 |
|
| 123 |
+
| 32 | Jonah | Jon | 48 |
|
| 124 |
+
| 33 | Micah | Mic | 105 |
|
| 125 |
+
| 34 | Nahum | Nah | 47 |
|
| 126 |
+
| 35 | Habakkuk | Hab | 56 |
|
| 127 |
+
| 36 | Zephaniah | Zeph | 53 |
|
| 128 |
+
| 37 | Haggai | Hag | 38 |
|
| 129 |
+
| 38 | Zechariah | Zech | 211 |
|
| 130 |
+
| 39 | Malachi | Mal | 55 |
|
| 131 |
+
| 40 | Matthew | Matt | 1,071 |
|
| 132 |
+
| 41 | Mark | Mark | 678 |
|
| 133 |
+
| 42 | Luke | Luke | 1,151 |
|
| 134 |
+
| 43 | John | John | 879 |
|
| 135 |
+
| 44 | Acts | Acts | 1,007 |
|
| 136 |
+
| 45 | Romans | Rom | 433 |
|
| 137 |
+
| 46 | 1 Corinthians | 1Cor | 437 |
|
| 138 |
+
| 47 | 2 Corinthians | 2Cor | 257 |
|
| 139 |
+
| 48 | Galatians | Gal | 149 |
|
| 140 |
+
| 49 | Ephesians | Eph | 155 |
|
| 141 |
+
| 50 | Philippians | Phil | 104 |
|
| 142 |
+
| 51 | Colossians | Col | 95 |
|
| 143 |
+
| 52 | 1 Thessalonians | 1Thess | 89 |
|
| 144 |
+
| 53 | 2 Thessalonians | 2Thess | 47 |
|
| 145 |
+
| 54 | 1 Timothy | 1Tim | 113 |
|
| 146 |
+
| 55 | 2 Timothy | 2Tim | 83 |
|
| 147 |
+
| 56 | Titus | Titus | 46 |
|
| 148 |
+
| 57 | Philemon | Phlm | 25 |
|
| 149 |
+
| 58 | Hebrews | Heb | 303 |
|
| 150 |
+
| 59 | James | Jas | 108 |
|
| 151 |
+
| 60 | 1 Peter | 1Pet | 105 |
|
| 152 |
+
| 61 | 2 Peter | 2Pet | 61 |
|
| 153 |
+
| 62 | 1 John | 1John | 105 |
|
| 154 |
+
| 63 | 2 John | 2John | 13 |
|
| 155 |
+
| 64 | 3 John | 3John | 14 |
|
| 156 |
+
| 65 | Jude | Jude | 25 |
|
| 157 |
+
| 66 | Revelation | Rev | 404 |
|
| 158 |
|
| 159 |
## Usage
|
| 160 |
|
|
|
|
| 163 |
|
| 164 |
dataset = load_dataset("k-mktr/revised_version_1895_en", split="train")
|
| 165 |
print(dataset[0])
|
| 166 |
+
# {'translation_id': 'revised_version_1895_en',
|
| 167 |
+
# 'book': 'Genesis', 'chapter': 1, 'verse': '1',
|
| 168 |
+
# 'text': 'In the beginning God created the heaven and the earth.'}
|
| 169 |
```
|
| 170 |
|
| 171 |
## License
|
| 172 |
|
| 173 |
+
Public Domain.
|
| 174 |
+
|
| 175 |
+
## Notes
|
| 176 |
+
|
| 177 |
+
- This dataset includes the **66-book Protestant canon** only. The 1895 edition also included the Apocrypha (deuterocanonical books), which are not included in this release.
|
| 178 |
+
- The RV uses **archaic British English** — e.g., "heaven" instead of "heavens" in Genesis 1:1, "thee" and "thou" forms are retained.
|
| 179 |
+
- The American committee's work evolved into the **American Standard Version (ASV, 1901)**, also available in this collection (`k-mktr/american_standard_version_en`).
|
| 180 |
+
- The RV was highly influential despite never achieving the popularity of the KJV, and its textual critical work profoundly impacted all subsequent English translations.
|