sangmichaelxie commited on
Commit
23d6b75
2 Parent(s): 460f045 bc70068

Merge branch 'main' of https://huggingface.co/datasets/stanford-crfm/DSIR-filtered-pile-50M into main

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -9,13 +9,13 @@ size_categories:
9
 
10
  ## Dataset Description
11
 
12
- - **Repository:**
13
  - **Paper:**
14
  - **Point of Contact: Sang Michael Xie <xie@cs.stanford.edu>**
15
 
16
  ### Dataset Summary
17
 
18
- This dataset is a subset of The Pile, selected via the DSIR data selection method. The target distribution for DSIR is the Wikipedia and book-related subsets of The Pile.
19
 
20
 
21
  ### Languages
@@ -24,7 +24,7 @@ English (EN)
24
 
25
  ## Dataset Structure
26
 
27
- A train set is provided, which can be split into validation and test if needed.
28
 
29
  ### Data Instances
30
 
@@ -71,10 +71,11 @@ The dataset is biased towards choosing data from non-Wikipedia and non-Books sou
71
  Sang Michael Xie
72
 
73
  ### Citation Information
74
-
75
  @article{xie2023data,
76
  author = {Sang Michael Xie and Shibani Santurkar and Tengyu Ma and Percy Liang},
77
  journal = {TODO},
78
  title = {Data Selection for Language Models via Importance Resampling},
79
  year = {2023},
80
  }
 
 
9
 
10
  ## Dataset Description
11
 
12
+ - **Repository:** https://github.com/p-lambda/dsir
13
  - **Paper:**
14
  - **Point of Contact: Sang Michael Xie <xie@cs.stanford.edu>**
15
 
16
  ### Dataset Summary
17
 
18
+ This dataset is a subset of The Pile, selected via the DSIR data selection method. The target distribution for DSIR is the Wikipedia and BookCorpus2 subsets of The Pile.
19
 
20
 
21
  ### Languages
 
24
 
25
  ## Dataset Structure
26
 
27
+ A train set is provided (51M examples) with a small validation and test set (50k examples each).
28
 
29
  ### Data Instances
30
 
 
71
  Sang Michael Xie
72
 
73
  ### Citation Information
74
+ ```
75
  @article{xie2023data,
76
  author = {Sang Michael Xie and Shibani Santurkar and Tengyu Ma and Percy Liang},
77
  journal = {TODO},
78
  title = {Data Selection for Language Models via Importance Resampling},
79
  year = {2023},
80
  }
81
+ ```