Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pretty_name: Categorize Sentences with Biblical language grammar
|
| 8 |
+
---
|
| 9 |
+
# Dataset Card for categorize_bib_lang_grammar
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## Dataset Details
|
| 14 |
+
|
| 15 |
+
2,700+ sentences categorized as `0` (`NOT-GRAMMAR`) or `1` (`GRAMMAR`). For use with something like DistilBERT. Categorization is human curated.
|
| 16 |
+
|
| 17 |
+
* **License:** CC-BY-SA 4.0
|
| 18 |
+
|
| 19 |
+
### Dataset Sources
|
| 20 |
+
|
| 21 |
+
Most of the sentences (~2,000) in this training data come from:
|
| 22 |
+
|
| 23 |
+
* **unfoldingWord Greek Grammar**: https://git.door43.org/unfoldingWord/en_ugg, licensed CC-BY-SA 4.0
|
| 24 |
+
* **unfoldingWord Hebrew Grammar**: https://git.door43.org/unfoldingWord/en_uhg, licensed CC-BY-SA 4.0
|
| 25 |
+
|
| 26 |
+
A smaller portion of the sentences (~800) come from:
|
| 27 |
+
|
| 28 |
+
* **SIL Open Translators Notes**: https://opentn.bible, licensed CC-BY-SA 4.0
|
| 29 |
+
|
| 30 |
+
## Uses
|
| 31 |
+
|
| 32 |
+
The original intent of the data is to locate sentences in resources like the SIL Open Translators Notes that use grammatical terminology.
|