File size: 537 Bytes
277a17a
 
 
b9583b8
277a17a
 
 
b9583b8
0ce64a7
277a17a
 
0ce64a7
277a17a
 
0ce64a7
277a17a
 
0ce64a7
277a17a
b9583b8
0ce64a7
277a17a
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tweet
    dtype: string
  - name: label
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 5405878
    num_examples: 6000
  - name: val
    num_bytes: 1324440
    num_examples: 1500
  - name: test
    num_bytes: 2246228
    num_examples: 2500
  download_size: 3070684
  dataset_size: 8976546
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---