snyamson's picture
Upload README.md with huggingface_hub
13a07d6
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
dataset_info:
  features:
    - name: input_ids
      sequence: int32
    - name: attention_mask
      sequence: int8
    - name: labels
      dtype: int64
  splits:
    - name: train
      num_bytes: 10366704
      num_examples: 7999
    - name: val
      num_bytes: 2592000
      num_examples: 2000
  download_size: 514530
  dataset_size: 12958704

Dataset Card for "covid-tweet-sentiment-analyzer-distilbert-data"

More Information needed