Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
Hindi
Size:
10K - 100K
License:
Replace YAML keys from int to str
#2
by albertvillanova HF Staff - opened
README.md
CHANGED
|
@@ -17,7 +17,6 @@ task_categories:
|
|
| 17 |
- text-classification
|
| 18 |
task_ids:
|
| 19 |
- natural-language-inference
|
| 20 |
-
paperswithcode_id: null
|
| 21 |
pretty_name: BBC Hindi NLI Dataset
|
| 22 |
dataset_info:
|
| 23 |
features:
|
|
@@ -29,18 +28,18 @@ dataset_info:
|
|
| 29 |
dtype:
|
| 30 |
class_label:
|
| 31 |
names:
|
| 32 |
-
0: not-entailment
|
| 33 |
-
1: entailment
|
| 34 |
- name: topic
|
| 35 |
dtype:
|
| 36 |
class_label:
|
| 37 |
names:
|
| 38 |
-
0: india
|
| 39 |
-
1: news
|
| 40 |
-
2: international
|
| 41 |
-
3: entertainment
|
| 42 |
-
4: sport
|
| 43 |
-
5: science
|
| 44 |
config_name: bbc hindi nli
|
| 45 |
splits:
|
| 46 |
- name: train
|
|
|
|
| 17 |
- text-classification
|
| 18 |
task_ids:
|
| 19 |
- natural-language-inference
|
|
|
|
| 20 |
pretty_name: BBC Hindi NLI Dataset
|
| 21 |
dataset_info:
|
| 22 |
features:
|
|
|
|
| 28 |
dtype:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
+
'0': not-entailment
|
| 32 |
+
'1': entailment
|
| 33 |
- name: topic
|
| 34 |
dtype:
|
| 35 |
class_label:
|
| 36 |
names:
|
| 37 |
+
'0': india
|
| 38 |
+
'1': news
|
| 39 |
+
'2': international
|
| 40 |
+
'3': entertainment
|
| 41 |
+
'4': sport
|
| 42 |
+
'5': science
|
| 43 |
config_name: bbc hindi nli
|
| 44 |
splits:
|
| 45 |
- name: train
|