Vadim Alperovich commited on
Commit
0bec7f2
1 Parent(s): c8f7a09

Update 20ng.py

Browse files
Files changed (1) hide show
  1. 20ng.py +3 -3
20ng.py CHANGED
@@ -15,9 +15,9 @@ This work has been done by Xin Li and Dan Roth and supported by [2].
15
 
16
  _CITATION = """"""
17
 
18
- _TRAIN_DOWNLOAD_URL = "https://huggingface.co/datasets/vmalperovich/20ng/raw/main/train.csv"
19
- _TEST_DOWNLOAD_URL = "https://huggingface.co/datasets/vmalperovich/20ng/raw/main/test.csv"
20
- _VALID_DOWNLOAD_URL = "https://huggingface.co/datasets/vmalperovich/20ng/raw/main/test.csv"
21
 
22
 
23
  CATEGORY_MAPPING = {'comp.sys.mac.hardware': 0,
 
15
 
16
  _CITATION = """"""
17
 
18
+ _TRAIN_DOWNLOAD_URL = "https://huggingface.co/datasets/vmalperovich/20ng/resolve/main/train.csv"
19
+ _TEST_DOWNLOAD_URL = "https://huggingface.co/datasets/vmalperovich/20ng/resolve/main/test.csv"
20
+ _VALID_DOWNLOAD_URL = "https://huggingface.co/datasets/vmalperovich/20ng/raw/main/validaton.csv"
21
 
22
 
23
  CATEGORY_MAPPING = {'comp.sys.mac.hardware': 0,