exams_vi / README.md
hieunguyen1053's picture
Upload README.md with huggingface_hub
381e6c0
|
raw
history blame contribute delete
No virus
727 Bytes
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: id
      dtype: string
    - name: choices
      struct:
        - name: label
          sequence: string
        - name: text
          sequence: string
    - name: answerKey
      dtype: string
    - name: metadata
      struct:
        - name: grade
          dtype: string
        - name: subject
          dtype: string
  splits:
    - name: test
      num_bytes: 7847326
      num_examples: 19150
  download_size: 3472929
  dataset_size: 7847326
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*

Dataset Card for "exams_vi"

More Information needed