Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-3.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-3.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: English Simple Wikipedia
|
8 |
+
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
+
---
|
11 |
+
|
12 |
+
# English Simple Wikipedia
|
13 |
+
|
14 |
+
This is just a copy of [english simple Wikipedia dataset](https://huggingface.co/datasets/legacy-datasets/wikipedia)
|
15 |
+
that I converted to jsonl format for testing purpose when jsonl format is needed. Here is the
|
16 |
+
[link to download the jsonl file](https://huggingface.co/datasets/cahya/simple-wikipedia/resolve/main/simple-wikipedia.jsonl?download=true).
|