disaster-tweets-ru / README.md
galthran's picture
Upload README.md with huggingface_hub
fbc9894
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: keyword
      dtype: string
    - name: location
      dtype: string
    - name: text
      dtype: string
    - name: target
      dtype: int64
    - name: text_ru
      dtype: string
  splits:
    - name: train
      num_bytes: 2017592
      num_examples: 6090
    - name: val
      num_bytes: 498856
      num_examples: 1523
    - name: test
      num_bytes: 1085675
      num_examples: 3263
  download_size: 2007034
  dataset_size: 3602123

Dataset Card for "disaster-tweets-ru"

More Information needed