baileyk commited on
Commit
14eb400
·
verified ·
1 Parent(s): 900be19

fix metdata paths - wiki,pes2o (#10)

Browse files

- fix wiki and pes2o paths (9fe82a19f5f98170ff1e9d13bea846ff6ed88310)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -32,7 +32,7 @@ configs:
32
  - config_name: pes2o
33
  data_files:
34
  - split: train
35
- path: data/pes2o/**/*
36
  - config_name: starcoder
37
  data_files:
38
  - split: train
@@ -40,7 +40,7 @@ configs:
40
  - config_name: wiki
41
  data_files:
42
  - split: train
43
- path: data/wiki/**/*
44
  dataset_info:
45
  features:
46
  - name: id
@@ -78,4 +78,4 @@ Please refer to the OLMo2 Tech Report for further details.
78
  This **collection** is released under the **Open Data Commons Attribution License (ODC-By) v1.0** [license](https://opendatacommons.org/licenses/by/1-0/). The use of this dataset is also subject to [CommonCrawl's Terms of Use](https://commoncrawl.org/terms-of-use).
79
 
80
  ## Citation
81
- A technical manuscript is forthcoming!
 
32
  - config_name: pes2o
33
  data_files:
34
  - split: train
35
+ path: data/pes2o/*
36
  - config_name: starcoder
37
  data_files:
38
  - split: train
 
40
  - config_name: wiki
41
  data_files:
42
  - split: train
43
+ path: data/wiki/*
44
  dataset_info:
45
  features:
46
  - name: id
 
78
  This **collection** is released under the **Open Data Commons Attribution License (ODC-By) v1.0** [license](https://opendatacommons.org/licenses/by/1-0/). The use of this dataset is also subject to [CommonCrawl's Terms of Use](https://commoncrawl.org/terms-of-use).
79
 
80
  ## Citation
81
+ A technical manuscript is forthcoming!