Datasets:

Tasks:
Other
Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Tags:
License:
VictorSanh commited on
Commit
2c02472
1 Parent(s): 89fbe42

fix data path

Browse files
Files changed (1) hide show
  1. P3.py +1 -1
P3.py CHANGED
@@ -37,7 +37,7 @@ _LICENSE = "Apache License 2.0"
37
 
38
  _HOMEPAGE = "https://github.com/bigscience-workshop/promptsource"
39
 
40
- _DATA_PATH = "/home/hf/P3/data"
41
  _HUB_PATH = "https://huggingface.co/datasets/bigscience/P3/raw/main"
42
 
43
 
 
37
 
38
  _HOMEPAGE = "https://github.com/bigscience-workshop/promptsource"
39
 
40
+ _DATA_PATH = "data"
41
  _HUB_PATH = "https://huggingface.co/datasets/bigscience/P3/raw/main"
42
 
43