agentlans commited on
Commit
788f7cf
·
verified ·
1 Parent(s): d945801

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - multilingual
5
+ ---
6
+ # Multilingual Dataset Index
7
+
8
+ A curated list of multilingual text datasets available on Huggingface, designed to help users easily find datasets by language—including those for low-resource languages.
9
+
10
+ ### Purpose
11
+
12
+ This index aims to make it easier to find datasets by language, addressing the common issue of inconsistent or unclear language codes across different datasets.
13
+
14
+ ### Format
15
+
16
+ The index is provided as a CSV file with the following columns:
17
+
18
+ * `language`: The English name of the language, as listed in the dataset configuration.
19
+ * `dataset`: The Huggingface identifier for the dataset.
20
+ * `config`: The specific configuration name within the dataset that corresponds to the language.
21
+ * `language_code`: A language code inferred from the config name, standardized to the ISO 639-3 format.
22
+
23
+ ### Limitations
24
+
25
+ * Different dialects or varieties of the same language may be listed separately (for example, Arabic, Standard Arabic, Egyptian Arabic, Moroccan Arabic).
26
+ * Some languages with multiple scripts are grouped under the same language code, such as:
27
+ * Hindi in Devanagari script vs. Romanized Hindi (Hinglish)
28
+ * Simplified vs. Traditional Chinese
29
+ * Users should review the configuration names carefully to choose the right variant for their needs.
30
+ * Automatic language detection may be inaccurate, particularly for low-resource languages. As a result, the actual number of high-quality languages in some datasets may be lower than it appears.
31
+ * This index includes only multilingual datasets (those that cover more than one language) and does not include datasets focused solely on a single language.