Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Romanian
Size:
10K - 100K
ArXiv:
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
ronec.py
CHANGED
@@ -155,7 +155,7 @@ class RONEC(datasets.GeneratorBasedBuilder):
|
|
155 |
]
|
156 |
|
157 |
def _generate_examples(self, filepath):
|
158 |
-
"""
|
159 |
|
160 |
logger.info("⏳ Generating examples from = %s", filepath)
|
161 |
with open(filepath, encoding="utf-8") as f:
|
|
|
155 |
]
|
156 |
|
157 |
def _generate_examples(self, filepath):
|
158 |
+
"""Yields examples."""
|
159 |
|
160 |
logger.info("⏳ Generating examples from = %s", filepath)
|
161 |
with open(filepath, encoding="utf-8") as f:
|