File size: 512 Bytes
61b71bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: score(/3)
    dtype: string
  - name: tweet_Id
    dtype: string
  - name: tweet_text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': MGH
          '1': LEV
          '2': EGY
          '3': IRQ
          '4': GLF
  splits:
  - name: train
    num_bytes: 4226621
    num_examples: 24279
  download_size: 2487610
  dataset_size: 4226621
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---