Datasets:
sadrasabouri
commited on
Commit
·
bc9024f
1
Parent(s):
030c30c
add : added.
Browse files- dataset_info.json +53 -0
dataset_info.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"description": "naab: A ready-to-use plug-and-play corpus in Farsi",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"post_processed": null,
|
14 |
+
"supervised_keys": null,
|
15 |
+
"task_templates": null,
|
16 |
+
"builder_name": "text",
|
17 |
+
"config_name": "default",
|
18 |
+
"version": {
|
19 |
+
"version_str": "0.0.0",
|
20 |
+
"description": null,
|
21 |
+
"major": 0,
|
22 |
+
"minor": 0,
|
23 |
+
"patch": 0
|
24 |
+
},
|
25 |
+
"splits": {
|
26 |
+
"train": {
|
27 |
+
"name": "train",
|
28 |
+
"num_bytes": 135243957685,
|
29 |
+
"num_examples": 224942771,
|
30 |
+
"dataset_name": "text"
|
31 |
+
},
|
32 |
+
"test": {
|
33 |
+
"name": "test",
|
34 |
+
"num_bytes": 2467443778,
|
35 |
+
"num_examples": 11010069,
|
36 |
+
"dataset_name": "text"
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"download_checksums": {
|
40 |
+
"/home/sameti/sabouri/naab/all_train.txt": {
|
41 |
+
"num_bytes": 134569129372,
|
42 |
+
"checksum": "de3fc5d19965d8351c29018e088d5a59ee9c13ebf841906cfea62ea47f202b5d"
|
43 |
+
},
|
44 |
+
"/home/sameti/sabouri/naab/all_test.txt": {
|
45 |
+
"num_bytes": 2434413571,
|
46 |
+
"checksum": "ac0d8dbba7c2fc94e4badd75ece65664a1954e74c9f447325c6221979c5b76b0"
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"download_size": 137003542943,
|
50 |
+
"post_processing_size": null,
|
51 |
+
"dataset_size": 137711401463,
|
52 |
+
"size_in_bytes": 274714944406
|
53 |
+
}
|