supervised-da / README.md
jealk's picture
Added wiki-gemma dataset and updated data distribution to only limit swe/no datasets to 10k
40a06b6 verified
|
raw
history blame
498 Bytes
metadata
dataset_info:
  features:
    - name: query
      dtype: string
    - name: pos
      dtype: string
    - name: dataset_name
      dtype: string
    - name: label
      dtype: float64
  splits:
    - name: train
      num_bytes: 1751084840
      num_examples: 1012951
    - name: test
      num_bytes: 439074578
      num_examples: 262562
  download_size: 1323260635
  dataset_size: 2190159418
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*