Datasets:
Modalities:
Text
Formats:
json
Size:
< 1K
Tags:
sango
central-african-republic
low-resource-languages
african-languages
language-preservation
trilingual
License:
fix: remove dataset_info.splits (SplitInfo mismatch), push 431-entry vocabulary.jsonl, update API word count to 769+
Browse files- README.md +2 -26
- dataset_card.md +2 -26
- metadata.json +9 -12
- training_pairs.jsonl +0 -0
- vocabulary.jsonl +0 -0
README.md
CHANGED
|
@@ -13,7 +13,7 @@ task_ids:
|
|
| 13 |
- multi-class-classification
|
| 14 |
pretty_name: Sango Vocabulary Dataset
|
| 15 |
size_categories:
|
| 16 |
-
-
|
| 17 |
tags:
|
| 18 |
- sango
|
| 19 |
- central-african-republic
|
|
@@ -23,30 +23,6 @@ tags:
|
|
| 23 |
- trilingual
|
| 24 |
- vocabulary
|
| 25 |
- dictionary
|
| 26 |
-
dataset_info:
|
| 27 |
-
features:
|
| 28 |
-
- name: sango
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: french
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: english
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: category
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: difficulty
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: pronunciation
|
| 39 |
-
dtype: string
|
| 40 |
-
- name: example_sango
|
| 41 |
-
dtype: string
|
| 42 |
-
- name: example_french
|
| 43 |
-
dtype: string
|
| 44 |
-
- name: example_english
|
| 45 |
-
dtype: string
|
| 46 |
-
splits:
|
| 47 |
-
- name: train
|
| 48 |
-
num_examples: 431
|
| 49 |
-
config_name: vocabulary
|
| 50 |
configs:
|
| 51 |
- config_name: vocabulary
|
| 52 |
data_files:
|
|
@@ -193,7 +169,7 @@ Vocabulary entries were structured and categorized by native speakers and lingui
|
|
| 193 |
### Recommendations
|
| 194 |
|
| 195 |
- Use as a seed dataset to bootstrap Sango NLP systems
|
| 196 |
-
- Combine with the SangoAI API (
|
| 197 |
- Apply quality filtering on `training_pairs.jsonl` before fine-tuning
|
| 198 |
- Consider data augmentation techniques for downstream tasks
|
| 199 |
|
|
|
|
| 13 |
- multi-class-classification
|
| 14 |
pretty_name: Sango Vocabulary Dataset
|
| 15 |
size_categories:
|
| 16 |
+
- 1K-10K
|
| 17 |
tags:
|
| 18 |
- sango
|
| 19 |
- central-african-republic
|
|
|
|
| 23 |
- trilingual
|
| 24 |
- vocabulary
|
| 25 |
- dictionary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
configs:
|
| 27 |
- config_name: vocabulary
|
| 28 |
data_files:
|
|
|
|
| 169 |
### Recommendations
|
| 170 |
|
| 171 |
- Use as a seed dataset to bootstrap Sango NLP systems
|
| 172 |
+
- Combine with the SangoAI API (769+ words available at `https://sangoai.sbs`) for a larger vocabulary
|
| 173 |
- Apply quality filtering on `training_pairs.jsonl` before fine-tuning
|
| 174 |
- Consider data augmentation techniques for downstream tasks
|
| 175 |
|
dataset_card.md
CHANGED
|
@@ -13,7 +13,7 @@ task_ids:
|
|
| 13 |
- multi-class-classification
|
| 14 |
pretty_name: Sango Vocabulary Dataset
|
| 15 |
size_categories:
|
| 16 |
-
-
|
| 17 |
tags:
|
| 18 |
- sango
|
| 19 |
- central-african-republic
|
|
@@ -23,30 +23,6 @@ tags:
|
|
| 23 |
- trilingual
|
| 24 |
- vocabulary
|
| 25 |
- dictionary
|
| 26 |
-
dataset_info:
|
| 27 |
-
features:
|
| 28 |
-
- name: sango
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: french
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: english
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: category
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: difficulty
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: pronunciation
|
| 39 |
-
dtype: string
|
| 40 |
-
- name: example_sango
|
| 41 |
-
dtype: string
|
| 42 |
-
- name: example_french
|
| 43 |
-
dtype: string
|
| 44 |
-
- name: example_english
|
| 45 |
-
dtype: string
|
| 46 |
-
splits:
|
| 47 |
-
- name: train
|
| 48 |
-
num_examples: 431
|
| 49 |
-
config_name: vocabulary
|
| 50 |
configs:
|
| 51 |
- config_name: vocabulary
|
| 52 |
data_files:
|
|
@@ -193,7 +169,7 @@ Vocabulary entries were structured and categorized by native speakers and lingui
|
|
| 193 |
### Recommendations
|
| 194 |
|
| 195 |
- Use as a seed dataset to bootstrap Sango NLP systems
|
| 196 |
-
- Combine with the SangoAI API (
|
| 197 |
- Apply quality filtering on `training_pairs.jsonl` before fine-tuning
|
| 198 |
- Consider data augmentation techniques for downstream tasks
|
| 199 |
|
|
|
|
| 13 |
- multi-class-classification
|
| 14 |
pretty_name: Sango Vocabulary Dataset
|
| 15 |
size_categories:
|
| 16 |
+
- 1K-10K
|
| 17 |
tags:
|
| 18 |
- sango
|
| 19 |
- central-african-republic
|
|
|
|
| 23 |
- trilingual
|
| 24 |
- vocabulary
|
| 25 |
- dictionary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
configs:
|
| 27 |
- config_name: vocabulary
|
| 28 |
data_files:
|
|
|
|
| 169 |
### Recommendations
|
| 170 |
|
| 171 |
- Use as a seed dataset to bootstrap Sango NLP systems
|
| 172 |
+
- Combine with the SangoAI API (769+ words available at `https://sangoai.sbs`) for a larger vocabulary
|
| 173 |
- Apply quality filtering on `training_pairs.jsonl` before fine-tuning
|
| 174 |
- Consider data augmentation techniques for downstream tasks
|
| 175 |
|
metadata.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"dataset_name": "meyng/sango-vocabulary",
|
| 3 |
-
"version": "1.
|
| 4 |
"creation_date": "2026-04-02",
|
| 5 |
-
"last_updated": "2026-04-
|
| 6 |
"description": "First structured digital vocabulary dataset for the Sango language (ISO 639-1: sg), the national language of the Central African Republic spoken by over 5 million people.",
|
| 7 |
"languages": [
|
| 8 |
{
|
|
@@ -33,8 +33,8 @@
|
|
| 33 |
},
|
| 34 |
"statistics": {
|
| 35 |
"vocabulary": {
|
| 36 |
-
"total_entries":
|
| 37 |
-
"with_pronunciation_guide":
|
| 38 |
"with_example_sentences": 1,
|
| 39 |
"categories": 25,
|
| 40 |
"category_distribution": {
|
|
@@ -71,12 +71,9 @@
|
|
| 71 |
}
|
| 72 |
},
|
| 73 |
"training_pairs": {
|
| 74 |
-
"total_pairs":
|
| 75 |
"pair_directions": {
|
| 76 |
-
"
|
| 77 |
-
"sg_to_fr": 313,
|
| 78 |
-
"en_to_sg": 313,
|
| 79 |
-
"sg_to_en": 313
|
| 80 |
},
|
| 81 |
"note": "Extracted from a Sango grammar and dictionary reference. Includes vocabulary entries, sentence fragments, and contextual translations. Quality varies; some entries are book fragments rather than clean parallel sentences."
|
| 82 |
}
|
|
@@ -86,13 +83,13 @@
|
|
| 86 |
"filename": "vocabulary.jsonl",
|
| 87 |
"description": "Structured trilingual vocabulary entries (Sango-French-English)",
|
| 88 |
"format": "JSONL",
|
| 89 |
-
"entries":
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"filename": "training_pairs.jsonl",
|
| 93 |
-
"description": "
|
| 94 |
"format": "JSONL",
|
| 95 |
-
"entries":
|
| 96 |
}
|
| 97 |
],
|
| 98 |
"citation": {
|
|
|
|
| 1 |
{
|
| 2 |
"dataset_name": "meyng/sango-vocabulary",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
"creation_date": "2026-04-02",
|
| 5 |
+
"last_updated": "2026-04-02",
|
| 6 |
"description": "First structured digital vocabulary dataset for the Sango language (ISO 639-1: sg), the national language of the Central African Republic spoken by over 5 million people.",
|
| 7 |
"languages": [
|
| 8 |
{
|
|
|
|
| 33 |
},
|
| 34 |
"statistics": {
|
| 35 |
"vocabulary": {
|
| 36 |
+
"total_entries": 431,
|
| 37 |
+
"with_pronunciation_guide": 431,
|
| 38 |
"with_example_sentences": 1,
|
| 39 |
"categories": 25,
|
| 40 |
"category_distribution": {
|
|
|
|
| 71 |
}
|
| 72 |
},
|
| 73 |
"training_pairs": {
|
| 74 |
+
"total_pairs": 360,
|
| 75 |
"pair_directions": {
|
| 76 |
+
"sango_to_french": 360
|
|
|
|
|
|
|
|
|
|
| 77 |
},
|
| 78 |
"note": "Extracted from a Sango grammar and dictionary reference. Includes vocabulary entries, sentence fragments, and contextual translations. Quality varies; some entries are book fragments rather than clean parallel sentences."
|
| 79 |
}
|
|
|
|
| 83 |
"filename": "vocabulary.jsonl",
|
| 84 |
"description": "Structured trilingual vocabulary entries (Sango-French-English)",
|
| 85 |
"format": "JSONL",
|
| 86 |
+
"entries": 431
|
| 87 |
},
|
| 88 |
{
|
| 89 |
"filename": "training_pairs.jsonl",
|
| 90 |
+
"description": "Sango-French translation pairs for fine-tuning",
|
| 91 |
"format": "JSONL",
|
| 92 |
+
"entries": 360
|
| 93 |
}
|
| 94 |
],
|
| 95 |
"citation": {
|
training_pairs.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocabulary.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|