Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,19 @@ size_categories:
|
|
14 |
- 10K<n<100K
|
15 |
- 100K<n<1M
|
16 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- config_name: twenty_newsgroups
|
18 |
features:
|
19 |
- name: text
|
@@ -82,6 +95,14 @@ dataset_info:
|
|
82 |
- name: validation
|
83 |
num_examples: 2033
|
84 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
- config_name: twenty_newsgroups
|
86 |
data_files:
|
87 |
- split: train
|
|
|
14 |
- 10K<n<100K
|
15 |
- 100K<n<1M
|
16 |
dataset_info:
|
17 |
+
- config_name: imdb
|
18 |
+
features:
|
19 |
+
- name: text
|
20 |
+
dtype: string
|
21 |
+
- name: label
|
22 |
+
dtype: int64
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
num_examples: 18750
|
26 |
+
- name: test
|
27 |
+
num_examples: 25000
|
28 |
+
- name: validation
|
29 |
+
num_examples: 6250
|
30 |
- config_name: twenty_newsgroups
|
31 |
features:
|
32 |
- name: text
|
|
|
95 |
- name: validation
|
96 |
num_examples: 2033
|
97 |
configs:
|
98 |
+
- config_name: imdb
|
99 |
+
data_files:
|
100 |
+
- split: train
|
101 |
+
path: imdb/train.csv
|
102 |
+
- split: test
|
103 |
+
path: imdb/test.csv
|
104 |
+
- split: validation
|
105 |
+
path: imdb/validation.csv
|
106 |
- config_name: twenty_newsgroups
|
107 |
data_files:
|
108 |
- split: train
|