nativemind's picture
Upload dataset
b13c18c verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: text
      dtype: string
    - name: filename
      dtype: string
    - name: title
      dtype: string
    - name: author
      dtype: string
    - name: language
      dtype: string
    - name: topic
      dtype: string
    - name: religion
      dtype: string
    - name: text_length
      dtype: int64
    - name: word_count
      dtype: int64
  splits:
    - name: train
      num_bytes: 3630418
      num_examples: 12
    - name: validation
      num_bytes: 41328
      num_examples: 1
    - name: test
      num_bytes: 333195
      num_examples: 2
  download_size: 1922415
  dataset_size: 4004941
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*