File size: 434 Bytes
832b0b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Input
    dtype: string
  - name: sentiment
    dtype: string
  - name: probability
    dtype: string
  - name: positive_topics
    dtype: string
  - name: negative_topics
    dtype: string
  splits:
  - name: train
    num_bytes: 23252
    num_examples: 150
  download_size: 15135
  dataset_size: 23252
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---