Commit
•
f3a777f
1
Parent(s):
9e7ff83
Update dataset card with number of instances (#2)
Browse files- Update dataset card with number of instances (b368ca9fa9ac5bffe2264afb77007b365662cabb)
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
|
94 |
### Data Fields
|
95 |
|
96 |
-
- text
|
97 |
-
- label
|
98 |
|
99 |
### Data Splits
|
100 |
|
101 |
-
|
|
|
|
|
|
|
|
|
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 |
|