arc-portuguese / README.md
adalbertojunior's picture
Upload README.md with huggingface_hub
6858e89
|
raw
history blame contribute delete
No virus
835 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question
      sequence: string
    - name: choices
      sequence:
        - name: text
          dtype: string
        - name: label
          dtype: string
    - name: answerKey
      dtype: string
  splits:
    - name: train
      num_bytes: 370596
      num_examples: 1119
    - name: test
      num_bytes: 399448
      num_examples: 1172
    - name: validation
      num_bytes: 102919
      num_examples: 299
  download_size: 477678
  dataset_size: 872963

Dataset Card for "arc-portuguese"

More Information needed