rajeshradhakrishnan
commited on
Commit
·
d226fd4
1
Parent(s):
00abc0a
Upload dataset_infos.json
Browse files- dataset_infos.json +81 -0
dataset_infos.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "The AI4Bharat-IndicNLP dataset is an ongoing effort to create a collection of large-scale, general-domain corpora \n for Indian languages. Currently, it contains 2.7 billion words for 10 Indian languages from two language families. We share \n pre-trained word embeddings trained on these corpora. We create news article category classification datasets for 9 \n languages to evaluate the embeddings. We evaluate the IndicNLP embeddings on multiple evaluation tasks.\n",
|
4 |
+
"citation": "@article{kunchukuttan2020indicnlpcorpus,\n title={AI4Bharat-IndicNLP Corpus: Monolingual Corpora and Word Embeddings for Indic Languages},\n author={Anoop Kunchukuttan and Divyanshu Kakwani and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},\n journal={arXiv preprint arXiv:2005.00085},\n year={2020}\n}\n",
|
5 |
+
"homepage": "https://github.com/AI4Bharat/indicnlp_corpus#indicnlp-news-article-classification-dataset",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"num_classes": 4,
|
15 |
+
"names": [
|
16 |
+
"business",
|
17 |
+
"entertainment",
|
18 |
+
"sports",
|
19 |
+
"technology"
|
20 |
+
],
|
21 |
+
"names_file": null,
|
22 |
+
"id": null,
|
23 |
+
"_type": "ClassLabel"
|
24 |
+
}
|
25 |
+
},
|
26 |
+
"post_processed": null,
|
27 |
+
"supervised_keys": null,
|
28 |
+
"task_templates": [
|
29 |
+
{
|
30 |
+
"task": "text-classification",
|
31 |
+
"text_column": "text",
|
32 |
+
"label_column": "label",
|
33 |
+
"labels": [
|
34 |
+
"business",
|
35 |
+
"entertainment",
|
36 |
+
"sports",
|
37 |
+
"technology"
|
38 |
+
]
|
39 |
+
}
|
40 |
+
],
|
41 |
+
"builder_name": "malayalam_news",
|
42 |
+
"config_name": "default",
|
43 |
+
"version": {
|
44 |
+
"version_str": "0.0.0",
|
45 |
+
"description": null,
|
46 |
+
"major": 0,
|
47 |
+
"minor": 0,
|
48 |
+
"patch": 0
|
49 |
+
},
|
50 |
+
"splits": {
|
51 |
+
"train": {
|
52 |
+
"name": "train",
|
53 |
+
"num_bytes": 15384,
|
54 |
+
"num_examples": 4800,
|
55 |
+
"dataset_name": "malayalam_news"
|
56 |
+
},
|
57 |
+
"validation": {
|
58 |
+
"name": "validation",
|
59 |
+
"num_bytes": 1943,
|
60 |
+
"num_examples": 600,
|
61 |
+
"dataset_name": "malayalam_news"
|
62 |
+
},
|
63 |
+
"test": {
|
64 |
+
"name": "test",
|
65 |
+
"num_bytes": 1959,
|
66 |
+
"num_examples": 600,
|
67 |
+
"dataset_name": "malayalam_news"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"download_checksums": {
|
71 |
+
"https://storage.googleapis.com/ai4bharat-public-indic-nlp-corpora/evaluations/classification/indicnlp-news-articles.tgz": {
|
72 |
+
"num_bytes": 511268261,
|
73 |
+
"checksum": ""
|
74 |
+
}
|
75 |
+
},
|
76 |
+
"download_size": null,
|
77 |
+
"post_processing_size": null,
|
78 |
+
"dataset_size": null,
|
79 |
+
"size_in_bytes": null
|
80 |
+
}
|
81 |
+
}
|