bkoptyra's picture
Upload dataset
fcc3d86 verified
|
raw
history blame contribute delete
No virus
615 Bytes
metadata
dataset_info:
  features:
    - name: x
      dtype: string
    - name: 'y'
      dtype: int64
    - name: label_id
      dtype: int64
    - name: text
      dtype: string
    - name: id
      dtype: int64
  splits:
    - name: train
      num_bytes: 3532806
      num_examples: 13028
    - name: validation
      num_bytes: 400102
      num_examples: 1496
    - name: test
      num_bytes: 1532062
      num_examples: 5684
  download_size: 1320914
  dataset_size: 5464970
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*