rsoares's picture
Upload README.md with huggingface_hub
7481be3
|
raw
history blame contribute delete
No virus
969 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: labels
      sequence: string
    - name: encoded_labels
      sequence: int64
    - name: lang
      dtype: string
    - name: has_toxic
      dtype: int64
    - name: has_profane
      dtype: int64
    - name: has_insult
      dtype: int64
    - name: has_hate
      dtype: int64
    - name: has_threat
      dtype: int64
    - name: has_sexual
      dtype: int64
    - name: has_offensive
      dtype: int64
    - name: has_selfharm
      dtype: int64
    - name: has_harassment
      dtype: int64
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 1495796876
      num_examples: 2814389
  download_size: 603996129
  dataset_size: 1495796876

Dataset Card for "all_spanish_datasets"

More Information needed