Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
Hindi
Size:
1K<n<10K
Tags:
discourse-analysis
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- hindi_discourse.py +1 -1
hindi_discourse.py
CHANGED
@@ -78,7 +78,7 @@ class HindiDiscourse(datasets.GeneratorBasedBuilder):
|
|
78 |
]
|
79 |
|
80 |
def _generate_examples(self, filepath):
|
81 |
-
"""
|
82 |
with open(filepath, encoding="utf-8") as f:
|
83 |
hindiDiscourse = json.load(f)
|
84 |
|
|
|
78 |
]
|
79 |
|
80 |
def _generate_examples(self, filepath):
|
81 |
+
"""Yields examples."""
|
82 |
with open(filepath, encoding="utf-8") as f:
|
83 |
hindiDiscourse = json.load(f)
|
84 |
|