Horus7 commited on
Commit
29203b6
·
1 Parent(s): e7c9bbc

Update FromTo.py

Browse files
Files changed (1) hide show
  1. FromTo.py +3 -3
FromTo.py CHANGED
@@ -60,9 +60,9 @@ The goal of this task is to provide a definition of emerging and of rare entitie
60
  """
61
 
62
  _URL = "https://raw.githubusercontent.com/stephaneDoss/emerging_entities_fromTo/main/"
63
- _TRAINING_FILE = "train.txt"
64
- _DEV_FILE = "dev.txt"
65
- _TEST_FILE = "test.txt"
66
 
67
 
68
  class FromToConfig(datasets.BuilderConfig):
 
60
  """
61
 
62
  _URL = "https://raw.githubusercontent.com/stephaneDoss/emerging_entities_fromTo/main/"
63
+ _TRAINING_FILE = "train.conll"
64
+ _DEV_FILE = "dev.conll"
65
+ _TEST_FILE = "test.conll"
66
 
67
 
68
  class FromToConfig(datasets.BuilderConfig):