File size: 715 Bytes
71395e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fcb409a
71395e0
 
fcb409a
71395e0
fcb409a
 
 
 
 
71395e0
 
 
 
 
 
 
fcb409a
 
71395e0
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
  - name: idx
    dtype: int32
  splits:
  - name: evaluation
    num_bytes: 196593
    num_examples: 900
  - name: few_shots
    num_bytes: 10536
    num_examples: 50
  - name: short_few_shots
    num_bytes: 2739.36
    num_examples: 13
  download_size: 152267
  dataset_size: 209868.36
configs:
- config_name: default
  data_files:
  - split: evaluation
    path: data/evaluation-*
  - split: few_shots
    path: data/few_shots-*
  - split: short_few_shots
    path: data/short_few_shots-*
---