albertvillanova HF staff commited on
Commit
b368ca9
1 Parent(s): 9e7ff83

Update dataset card with number of instances

Browse files

This PR updates the dataset card with:
- instance example
- number of instances
- single split information

This also adds a note to make clear that each instance contains the full text of the document.

Related to #1.

Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -89,16 +89,28 @@ OneStopEnglish is a corpus of texts written at three reading levels, and demonst
89
 
90
  ### Data Instances
91
 
92
- [More Information Needed]
 
 
 
 
 
 
 
 
93
 
94
  ### Data Fields
95
 
96
- - text: document text
97
- - label: reading level of the document- ele/int/adv (Elementary/Intermediate/Advance)
98
 
99
  ### Data Splits
100
 
101
- [More Information Needed]
 
 
 
 
102
 
103
  ## Dataset Creation
104
 
 
89
 
90
  ### Data Instances
91
 
92
+ An instance example:
93
+ ```
94
+ {
95
+ "text": "When you see the word Amazon, what’s the first thing you think...",
96
+ "label": 0
97
+ }
98
+ ```
99
+
100
+ Note that each instance contains the full text of the document.
101
 
102
  ### Data Fields
103
 
104
+ - `text`: Full document text.
105
+ - `label`: Reading level of the document- ele/int/adv (Elementary/Intermediate/Advance).
106
 
107
  ### Data Splits
108
 
109
+ The OneStopEnglish dataset has a single _train_ split.
110
+
111
+ | Split | Number of instances |
112
+ |-------|--------------------:|
113
+ | train | 567 |
114
 
115
  ## Dataset Creation
116