aliiil02's picture
Upload dataset
fef486b verified
|
raw
history blame contribute delete
No virus
616 Bytes
metadata
dataset_info:
  features:
    - name: tweets
      dtype: string
    - name: labels
      dtype: int64
    - name: sentiment
      dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 16980083
      num_examples: 140348
    - name: test
      num_bytes: 5327413
      num_examples: 43859
    - name: validation
      num_bytes: 4254466
      num_examples: 35087
  download_size: 15113924
  dataset_size: 26561962
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*