mrfakename
commited on
Commit
•
90999b7
1
Parent(s):
a4b63c7
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
license_name: cc-by-sa
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
Attribution: https://huggingface.co/datasets/wikimedia/wikipedia
|
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
license_name: cc-by-sa
|
4 |
+
configs:
|
5 |
+
- config_name: English
|
6 |
+
data_files: en.json
|
7 |
+
- config_name: German
|
8 |
+
data_files: de.json
|
9 |
+
- config_name: Spanish
|
10 |
+
data_files: es.json
|
11 |
+
- config_name: French
|
12 |
+
data_files: fr.json
|
13 |
+
- config_name: Japanese
|
14 |
+
data_files: ja.json
|
15 |
+
- config_name: Chinese
|
16 |
+
data_files: zh.json
|
17 |
---
|
18 |
|
19 |
Attribution: https://huggingface.co/datasets/wikimedia/wikipedia
|