ayuhamaro commited on
Commit
e4cdb8a
·
1 Parent(s): 1c19155

Update nlp-model-tune.py

Browse files
Files changed (1) hide show
  1. 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 WeiboNERCorpus(datasets.GeneratorBasedBuilder):
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):