winogrande_greek / README.md
pprokopidis's picture
Upload README.md with huggingface_hub
e76811f verified
|
raw
history blame
No virus
816 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: idx
      dtype: string
    - name: multiple_choice_targets
      sequence: string
    - name: multiple_choice_scores
      sequence: float64
    - name: sentence
      dtype: string
    - name: option1
      dtype: string
    - name: option2
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 24192710
      num_examples: 40398
    - name: validation
      num_bytes: 767116
      num_examples: 1267
  download_size: 7106087
  dataset_size: 24959826

Dataset Card for "winogrande_greek"

More Information needed