wasm / README.md
MagedSaeed's picture
Upload dataset
8a284f5 verified
|
raw
history blame
606 Bytes
metadata
dataset_info:
  features:
    - name: Hashtag
      dtype: string
    - name: Tweet
      dtype: string
    - name: number_of_hashtags
      dtype: int64
    - name: tweet_id
      dtype: int64
    - name: original_tweet_cleaned
      dtype: string
    - name: distance_from_original_tweet
      dtype: float64
  splits:
    - name: train
      num_bytes: 35829651
      num_examples: 90989
    - name: test
      num_bytes: 3989731
      num_examples: 10110
  download_size: 19270999
  dataset_size: 39819382
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*