Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,75 @@ size_categories:
|
|
14 |
- 10K<n<100K
|
15 |
- 100K<n<1M
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
configs:
|
18 |
- config_name: twenty_newsgroups
|
19 |
data_files:
|
|
|
14 |
- 10K<n<100K
|
15 |
- 100K<n<1M
|
16 |
|
17 |
+
dataset_info:
|
18 |
+
- config_name: twenty_newsgroups
|
19 |
+
features:
|
20 |
+
- name: text
|
21 |
+
dtype: string
|
22 |
+
- name: label
|
23 |
+
dtype: int64
|
24 |
+
- name: label_text
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_examples: 8485
|
29 |
+
- name: test
|
30 |
+
num_examples: 7532
|
31 |
+
- name: validation
|
32 |
+
num_examples: 2829
|
33 |
+
- config_name: banking77
|
34 |
+
features:
|
35 |
+
- name: text
|
36 |
+
dtype: string
|
37 |
+
- name: label
|
38 |
+
dtype: int64
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_examples: 7502
|
42 |
+
- name: test
|
43 |
+
num_examples: 3080
|
44 |
+
- name: validation
|
45 |
+
num_examples: 2501
|
46 |
+
- config_name: trec
|
47 |
+
features:
|
48 |
+
- name: text
|
49 |
+
dtype: string
|
50 |
+
- name: label
|
51 |
+
dtype: int64
|
52 |
+
splits:
|
53 |
+
- name: train
|
54 |
+
num_examples: 4089
|
55 |
+
- name: test
|
56 |
+
num_examples: 500
|
57 |
+
- name: validation
|
58 |
+
num_examples: 1363
|
59 |
+
- config_name: financial_phrasebank
|
60 |
+
features:
|
61 |
+
- name: text
|
62 |
+
dtype: string
|
63 |
+
- name: label
|
64 |
+
dtype: int64
|
65 |
+
splits:
|
66 |
+
- name: train
|
67 |
+
num_examples: 1358
|
68 |
+
- name: test
|
69 |
+
num_examples: 453
|
70 |
+
- name: validation
|
71 |
+
num_examples: 453
|
72 |
+
- config_name: MASSIVE
|
73 |
+
features:
|
74 |
+
- name: text
|
75 |
+
dtype: string
|
76 |
+
- name: label
|
77 |
+
dtype: int64
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_examples: 11514
|
81 |
+
- name: test
|
82 |
+
num_examples: 2974
|
83 |
+
- name: validation
|
84 |
+
num_examples: 2033
|
85 |
+
|
86 |
configs:
|
87 |
- config_name: twenty_newsgroups
|
88 |
data_files:
|