Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,18 @@ dataset_info:
|
|
38 |
dtype: string
|
39 |
splits:
|
40 |
- name: train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
configs:
|
42 |
- config_name: books
|
43 |
data_files:
|
@@ -51,6 +63,10 @@ configs:
|
|
51 |
data_files:
|
52 |
- split: train
|
53 |
path: web/chunk*
|
|
|
|
|
|
|
|
|
54 |
task_categories:
|
55 |
- fill-mask
|
56 |
language:
|
|
|
38 |
dtype: string
|
39 |
splits:
|
40 |
- name: train
|
41 |
+
- config_name: social_networks
|
42 |
+
features:
|
43 |
+
- name: text
|
44 |
+
dtype: string
|
45 |
+
- name: source
|
46 |
+
dtype: string
|
47 |
+
- name: url
|
48 |
+
dtype: string
|
49 |
+
- name: timestamp
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
configs:
|
54 |
- config_name: books
|
55 |
data_files:
|
|
|
63 |
data_files:
|
64 |
- split: train
|
65 |
path: web/chunk*
|
66 |
+
- config_name: social_networks
|
67 |
+
data_files:
|
68 |
+
- split: train
|
69 |
+
path: social_networks/train*
|
70 |
task_categories:
|
71 |
- fill-mask
|
72 |
language:
|