Datasets:
Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
README.md
CHANGED
@@ -91,6 +91,10 @@ The examples look like this :
|
|
91 |
}
|
92 |
```
|
93 |
|
|
|
|
|
|
|
|
|
94 |
### Data Fields
|
95 |
|
96 |
- `id`: id of the sample
|
|
|
91 |
}
|
92 |
```
|
93 |
|
94 |
+
The original data files within the Dutch sub-dataset have `-DOCSTART-` lines used to separate documents, but these lines are removed here.
|
95 |
+
Indeed `-DOCSTART-` is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.
|
96 |
+
|
97 |
+
|
98 |
### Data Fields
|
99 |
|
100 |
- `id`: id of the sample
|