tofu-clone2 / README.md
tamarsonha's picture
Upload synthetic author QA dataset with 200 authors
b4b2fda 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: 1447037
      num_examples: 4000
    - name: eval
      num_bytes: 360887
      num_examples: 1000
  download_size: 401785
  dataset_size: 1807924
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*