Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
Chinese
Size:
< 1K
License:
Update nlp-model-tune.py
Browse files- nlp-model-tune.py +1 -1
nlp-model-tune.py
CHANGED
|
@@ -23,7 +23,7 @@ _CITATION = None
|
|
| 23 |
_TRAIN_URL = "https://huggingface.co/datasets/ayuhamaro/nlp-model-tune/raw/main/train"
|
| 24 |
|
| 25 |
|
| 26 |
-
class
|
| 27 |
VERSION = datasets.Version("1.0.0")
|
| 28 |
|
| 29 |
def _info(self):
|
|
|
|
| 23 |
_TRAIN_URL = "https://huggingface.co/datasets/ayuhamaro/nlp-model-tune/raw/main/train"
|
| 24 |
|
| 25 |
|
| 26 |
+
class NlpModelTune(datasets.GeneratorBasedBuilder):
|
| 27 |
VERSION = datasets.Version("1.0.0")
|
| 28 |
|
| 29 |
def _info(self):
|