strickvl's picture
Upload dataset (#2)
7456143 verified
|
raw
history blame
No virus
683 Bytes
metadata
license: apache-2.0
dataset_info:
  features:
    - name: page_content
      dtype: string
    - name: filename
      dtype: string
    - name: parent_section
      dtype: string
    - name: url
      dtype: string
    - name: embedding
      sequence: float64
    - name: token_count
      dtype: int64
    - name: generated_questions
      dtype: 'null'
  splits:
    - name: train
      num_bytes: 8661520
      num_examples: 1656
    - name: test
      num_bytes: 2165380
      num_examples: 414
  download_size: 7247429
  dataset_size: 10826900
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*