File size: 687 Bytes
3e027b7
 
 
 
 
 
157c050
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3e027b7
 
 
 
8112518
3e027b7
157c050
8112518
3e027b7
 
 
 
 
 
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: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': '100'
          '1': '101'
          '2': '102'
          '3': '103'
          '4': '104'
          '5': '106'
          '6': '107'
          '7': '108'
          '8': '109'
          '9': '110'
          '10': '112'
          '11': '113'
          '12': '114'
          '13': '115'
          '14': '116'
  - name: idx
    dtype: int64
  splits:
  - name: train
    num_bytes: 321655
    num_examples: 3855
  download_size: 222014
  dataset_size: 321655
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---