belisards's picture
Upload dataset
8766483 verified
|
raw
history blame
930 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: text
      dtype: string
    - name: label_tema
      dtype: string
    - name: label_desfavoravel
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
    - name: proponente_mulher
      dtype: string
    - name: partido
      dtype: string
    - name: legislatura
      dtype: int64
    - name: link
      dtype: string
    - name: uf
      dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 427313.0873970868
      num_examples: 1105
    - name: test
      num_bytes: 110211.9727675744
      num_examples: 285
    - name: validation
      num_bytes: 73087.93983533882
      num_examples: 189
  download_size: 248704
  dataset_size: 610613
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*