File size: 478 Bytes
d8a5c8c
 
 
 
 
 
 
 
 
 
 
16a6226
 
 
 
 
 
 
d8a5c8c
 
 
 
 
16a6226
 
d8a5c8c
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: sentiment_encoded
    dtype: int64
  - name: sentiment
    dtype: string
  splits:
  - name: train
    num_bytes: 1413164.8224351748
    num_examples: 1419
  - name: test
    num_bytes: 353540.1775648253
    num_examples: 355
  download_size: 1053668
  dataset_size: 1766705.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---