ayuhamaro commited on
Commit
55394f5
·
1 Parent(s): 9d8d86a

Rename nlp-model-tune.py to ner-model-tune.py

Browse files
nlp-model-tune.py → ner-model-tune.py RENAMED
@@ -20,7 +20,7 @@ import datasets
20
  _DESCRIPTION = ""
21
  _HOMEPAGE_URL = ""
22
  _CITATION = None
23
- _TRAIN_URL = "https://huggingface.co/datasets/ayuhamaro/nlp-model-tune/raw/main/train"
24
 
25
 
26
  class NlpModelTune(datasets.GeneratorBasedBuilder):
 
20
  _DESCRIPTION = ""
21
  _HOMEPAGE_URL = ""
22
  _CITATION = None
23
+ _TRAIN_URL = "https://huggingface.co/datasets/ayuhamaro/ner-model-tune/raw/main/train"
24
 
25
 
26
  class NlpModelTune(datasets.GeneratorBasedBuilder):