jpbello's picture
Upload README.md with huggingface_hub
ee30774
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: client_id
      dtype: string
    - name: path
      dtype: string
    - name: sentence
      dtype: string
    - name: age
      dtype: string
    - name: gender
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': Arabic
            '1': Basque
            '2': Breton
            '3': Catalan
            '4': Chinese_China
            '5': Chinese_Hongkong
            '6': Chinese_Taiwan
            '7': Chuvash
            '8': Czech
            '9': Dhivehi
            '10': Dutch
            '11': English
            '12': Esperanto
            '13': Estonian
            '14': French
            '15': Frisian
            '16': Georgian
            '17': German
            '18': Greek
            '19': Hakha_Chin
            '20': Indonesian
            '21': Interlingua
            '22': Italian
            '23': Japanese
            '24': Kabyle
            '25': Kinyarwanda
            '26': Kyrgyz
            '27': Latvian
            '28': Maltese
            '29': Mangolian
            '30': Persian
            '31': Polish
            '32': Portuguese
            '33': Romanian
            '34': Romansh_Sursilvan
            '35': Russian
            '36': Sakha
            '37': Slovenian
            '38': Spanish
            '39': Swedish
            '40': Tamil
            '41': Tatar
            '42': Turkish
            '43': Ukranian
            '44': Welsh
    - name: input_values
      sequence: float32
    - name: attention_mask
      sequence: int32
  splits:
    - name: train
      num_bytes: 13848986619
      num_examples: 22194
    - name: validation
      num_bytes: 3461442109
      num_examples: 5888
    - name: test
      num_bytes: 3473659131
      num_examples: 5963
  download_size: 8143061729
  dataset_size: 20784087859

Dataset Card for "common_language_preprocessed"

More Information needed