Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
Hindi
Size:
10K - 100K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- bbc_hindi_nli.py +1 -1
bbc_hindi_nli.py
CHANGED
|
@@ -144,7 +144,7 @@ class BbcHindiNLI(datasets.GeneratorBasedBuilder):
|
|
| 144 |
]
|
| 145 |
|
| 146 |
def _generate_examples(self, filepath):
|
| 147 |
-
"""
|
| 148 |
|
| 149 |
with open(filepath, encoding="utf-8") as tsv_file:
|
| 150 |
tsv_reader = csv.reader(tsv_file, delimiter="\t")
|
|
|
|
| 144 |
]
|
| 145 |
|
| 146 |
def _generate_examples(self, filepath):
|
| 147 |
+
"""Yields examples."""
|
| 148 |
|
| 149 |
with open(filepath, encoding="utf-8") as tsv_file:
|
| 150 |
tsv_reader = csv.reader(tsv_file, delimiter="\t")
|