Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,19 @@ license: cc-by-sa-4.0
|
|
3 |
---
|
4 |
dataset_info:
|
5 |
- config_name: 100M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
features:
|
7 |
- name: text
|
8 |
dtype: string
|
|
|
3 |
---
|
4 |
dataset_info:
|
5 |
- config_name: 100M
|
6 |
+
features:
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: id
|
10 |
+
dtype: string
|
11 |
+
- name: url
|
12 |
+
dtype: string
|
13 |
+
- name: title
|
14 |
+
dtype: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
- name: validation
|
18 |
+
- config_name: 10M
|
19 |
features:
|
20 |
- name: text
|
21 |
dtype: string
|