File size: 2,998 Bytes
a8ec3fe
 
a0e6505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691a2b3
 
 
 
 
 
 
 
 
 
 
 
ce03cf5
 
 
 
 
 
 
 
 
 
 
 
 
 
97cbdb6
 
ce03cf5
 
97cbdb6
ce03cf5
97cbdb6
 
ce03cf5
a8ec3fe
 
 
 
 
 
 
 
 
895a93d
 
a8ec3fe
 
895a93d
a8ec3fe
895a93d
 
f842b98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0143faa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e02f22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8ec3fe
a0e6505
 
 
 
691a2b3
 
 
 
ce03cf5
 
 
 
a8ec3fe
 
 
 
f842b98
 
 
 
0143faa
 
 
 
9e02f22
 
 
 
a8ec3fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
dataset_info:
- config_name: ag_news
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': World
          '1': Sports
          '2': Business
          '3': Sci/Tech
  splits:
  - name: train
    num_bytes: 31696777
    num_examples: 127600
  download_size: 19819525
  dataset_size: 31696777
- config_name: amazon_reviews
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 40184865
    num_examples: 210000
  download_size: 25004999
  dataset_size: 40184865
- config_name: emotion
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': sadness
          '1': joy
          '2': love
          '3': anger
          '4': fear
          '5': surprise
  - name: vector
    sequence: float32
  splits:
  - name: train
    num_bytes: 26253401
    num_examples: 20000
  download_size: 37776037
  dataset_size: 26253401
- config_name: imdb
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': neg
          '1': pos
  - name: vector
    sequence: float32
  splits:
  - name: train
    num_bytes: 126283508
    num_examples: 50000
  download_size: 132615883
  dataset_size: 126283508
- config_name: multi_nli
  features:
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 75516217
    num_examples: 412349
  download_size: 47404421
  dataset_size: 75516217
- config_name: tweet_eval
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': negative
          '1': neutral
          '2': positive
  splits:
  - name: train
    num_bytes: 6943746
    num_examples: 59899
  download_size: 4846655
  dataset_size: 6943746
- config_name: yelp_review_full
  features:
  - name: label
    dtype:
      class_label:
        names:
          '0': 1 star
          '1': 2 star
          '2': 3 stars
          '3': 4 stars
          '4': 5 stars
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 521082742
    num_examples: 700000
  download_size: 322949227
  dataset_size: 521082742
configs:
- config_name: ag_news
  data_files:
  - split: train
    path: ag_news/train-*
- config_name: amazon_reviews
  data_files:
  - split: train
    path: amazon_reviews/train-*
- config_name: emotion
  data_files:
  - split: train
    path: emotion/train-*
- config_name: imdb
  data_files:
  - split: train
    path: imdb/train-*
- config_name: multi_nli
  data_files:
  - split: train
    path: multi_nli/train-*
- config_name: tweet_eval
  data_files:
  - split: train
    path: tweet_eval/train-*
- config_name: yelp_review_full
  data_files:
  - split: train
    path: yelp_review_full/train-*
---