tofu-clone / README.md
tamarsonha's picture
Upload synthetic author QA dataset with 250 authors
86ce74f verified
metadata
dataset_info:
  features:
    - name: author_name
      dtype: string
    - name: place_of_birth
      dtype: string
    - name: gender
      dtype: string
    - name: year_of_birth
      dtype: int64
    - name: genre
      dtype: string
    - name: awards
      list: string
    - name: father_occupation
      dtype: string
    - name: mother_occupation
      dtype: string
    - name: books
      list: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 1636875
      num_examples: 3920
    - name: eval
      num_bytes: 406377
      num_examples: 980
  download_size: 512000
  dataset_size: 2043252
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*