Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10M - 100M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,25 +5,29 @@ task_categories:
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
|
| 8 |
-
configs:
|
| 9 |
-
- config_name: default
|
| 10 |
-
data_files:
|
| 11 |
-
- split: train
|
| 12 |
-
path: data/**/*.jsonl.zst
|
| 13 |
-
features:
|
| 14 |
-
- name: id
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: text
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: metadata
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: source
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: version
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: created
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: added
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
dtype: string
|
| 28 |
---
|
| 29 |
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: data/**/*.jsonl.zst
|
| 13 |
+
features:
|
| 14 |
+
- name: id
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: text
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: metadata
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: source
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: version
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: created
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: added
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: doc
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: attributes
|
| 31 |
dtype: string
|
| 32 |
---
|
| 33 |
|