havens2 commited on
Commit
39c63d3
1 Parent(s): aecd2aa

Update naacl2022.py

Browse files
Files changed (1) hide show
  1. naacl2022.py +1 -1
naacl2022.py CHANGED
@@ -31,7 +31,7 @@ The dataset is collected by Haotian Teng and Xiaoyue Cui.
31
  Annotation standard can be found here https://github.com/neubig/nlp-from-scratch-assignment-2022/blob/main/annotation_standard.md
32
  """
33
 
34
- _URL = "https://raw.githubusercontent.com/haotianteng/nacl22/master/"
35
  _TRAINING_FILE = "train.text"
36
  _DEV_FILE = "dev.text"
37
  _TEST_FILE = "test.text"#Test dataset need to be added.
 
31
  Annotation standard can be found here https://github.com/neubig/nlp-from-scratch-assignment-2022/blob/main/annotation_standard.md
32
  """
33
 
34
+ _URL = "https://github.com/haotianteng/nacl22/raw/master/"
35
  _TRAINING_FILE = "train.text"
36
  _DEV_FILE = "dev.text"
37
  _TEST_FILE = "test.text"#Test dataset need to be added.