File size: 470 Bytes
			
			| f2b1f20 | 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 | ---
dataset_info:
  features:
  - name: tweet
    dtype: string
  - name: goal
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': Negative
          '1': Neutral
          '2': Positive
  - name: type
    dtype: string
  splits:
  - name: train
    num_bytes: 599748
    num_examples: 3000
  download_size: 251665
  dataset_size: 599748
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
 | 
