File size: 2,436 Bytes
a8ec3fe
 
a0e6505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691a2b3
 
 
 
 
 
 
 
 
 
 
 
ce03cf5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8ec3fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f842b98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0143faa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8ec3fe
a0e6505
 
 
 
691a2b3
 
 
 
ce03cf5
 
 
 
a8ec3fe
 
 
 
f842b98
 
 
 
0143faa
 
 
 
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
---
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
  splits:
  - name: train
    num_bytes: 2173401
    num_examples: 20000
  download_size: 1285538
  dataset_size: 2173401
- config_name: imdb
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': neg
          '1': pos
  splits:
  - name: train
    num_bytes: 66083508
    num_examples: 50000
  download_size: 41449586
  dataset_size: 66083508
- 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
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-*
---