Update README.md
#1
by
hilllary6
- opened
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
10K slice of OpenWebText - An open-source replication of the WebText dataset from OpenAI.
|
| 2 |
|
| 3 |
This is a small subset representing the first 10K records from the original dataset - created for testing.
|
|
@@ -28,4 +32,4 @@ ds = load_dataset(dataset_name, split='train')
|
|
| 28 |
ds.to_json(f"{name}.jsonl", orient="records", lines=True)
|
| 29 |
```
|
| 30 |
|
| 31 |
-
To see how this subset was created, here is the [instructions file](https://huggingface.co/datasets/stas/openwebtext-10k/blob/main/process.txt).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
size_categories:
|
| 3 |
+
- n<1K
|
| 4 |
+
---
|
| 5 |
10K slice of OpenWebText - An open-source replication of the WebText dataset from OpenAI.
|
| 6 |
|
| 7 |
This is a small subset representing the first 10K records from the original dataset - created for testing.
|
|
|
|
| 32 |
ds.to_json(f"{name}.jsonl", orient="records", lines=True)
|
| 33 |
```
|
| 34 |
|
| 35 |
+
To see how this subset was created, here is the [instructions file](https://huggingface.co/datasets/stas/openwebtext-10k/blob/main/process.txt).
|