Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Size:
1M - 10M
ArXiv:
License:
add split dataset
Browse files
README.md
CHANGED
@@ -44,20 +44,6 @@ task_ids:
|
|
44 |
- [Data Instances](#data-instances)
|
45 |
- [Data Fields](#data-fields)
|
46 |
- [Data Splits](#data-splits)
|
47 |
-
- [Dataset usage](#dataset-usage)
|
48 |
-
- [Dataset Creation](#dataset-creation)
|
49 |
-
- [Curation Rationale](#curation-rationale)
|
50 |
-
- [Source Data](#source-data)
|
51 |
-
- [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
|
52 |
-
- [Who are the source language producers?](#who-are-the-source-language-producers)
|
53 |
-
- [Human Verification Process](#human-verification-process)
|
54 |
-
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
55 |
-
- [Social Impact of Dataset](#social-impact-of-dataset)
|
56 |
-
- [Discussion of Biases](#discussion-of-biases)
|
57 |
-
- [Other Known Limitations](#other-known-limitations)
|
58 |
-
- [Dataset Curators](#dataset-curators)
|
59 |
-
- [Licensing Information](#licensing-information)
|
60 |
-
- [Citation Information](#citation-information)
|
61 |
|
62 |
## Dataset Description
|
63 |
|
@@ -115,7 +101,7 @@ One example from the `hi` dataset is given below in JSON format.
|
|
115 |
|
116 |
### Data Splits
|
117 |
|
118 |
-
Below is the dataset split given for `hi` dataset.
|
119 |
|
120 |
```python
|
121 |
DatasetDict({
|
@@ -133,9 +119,23 @@ DatasetDict({
|
|
133 |
})
|
134 |
})
|
135 |
|
136 |
-
```
|
137 |
-
|
138 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
## Dataset usage
|
141 |
|
|
|
44 |
- [Data Instances](#data-instances)
|
45 |
- [Data Fields](#data-fields)
|
46 |
- [Data Splits](#data-splits)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
## Dataset Description
|
49 |
|
|
|
101 |
|
102 |
### Data Splits
|
103 |
|
104 |
+
<!-- Below is the dataset split given for `hi` dataset.
|
105 |
|
106 |
```python
|
107 |
DatasetDict({
|
|
|
119 |
})
|
120 |
})
|
121 |
|
122 |
+
``` -->
|
123 |
+
|
124 |
+
Language | ISO 639-1 Code |Train | Dev | Test |
|
125 |
+
--------------|----------------|-------|-----|------|
|
126 |
+
Assamese | as | 392,702 | 5,010 | 2,490 |
|
127 |
+
Bengali | bn | 392,702 | 5,010 | 2,490 |
|
128 |
+
Gujarati | gu | 392,702 | 5,010 | 2,490 |
|
129 |
+
Hindi | hi | 392,702 | 5,010 | 2,490 |
|
130 |
+
Kannada | kn | 392,702 | 5,010 | 2,490 |
|
131 |
+
Malayalam | ml |392,702 | 5,010 | 2,490 |
|
132 |
+
Marathi | mr |392,702 | 5,010 | 2,490 |
|
133 |
+
Oriya | or | 392,702 | 5,010 | 2,490 |
|
134 |
+
Punjabi | pa | 392,702 | 5,010 | 2,490 |
|
135 |
+
Tamil | ta | 392,702 | 5,010 | 2,490 |
|
136 |
+
Telugu | te | 392,702 | 5,010 | 2,490 |
|
137 |
+
|
138 |
+
<!-- The dataset split remains same across all languages. -->
|
139 |
|
140 |
## Dataset usage
|
141 |
|