tiagoblima's picture
Upload README.md with huggingface_hub
af20692
|
raw
history blame
783 Bytes
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: translation
      struct:
        - name: pt
          dtype: string
        - name: gub
          dtype: string
        - name: gun
          dtype: string
  splits:
    - name: train
      num_bytes: 55480812
      num_examples: 106195
    - name: validation
      num_bytes: 197372
      num_examples: 275
    - name: test
      num_bytes: 20919307
      num_examples: 38140
  download_size: 14953792
  dataset_size: 76597491

Dataset Card for "translation-pt-indigenouns"

More Information needed