upasanachatterjee's picture
Update README.md
4d33d17 verified
|
Raw
History Blame Contribute Delete
889 Bytes
metadata
dataset_info:
  features:
    - name: topic
      dtype: string
    - name: source
      dtype: string
    - name: bias
      dtype: int64
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: date
      dtype: string
    - name: authors
      dtype: string
    - name: content
      dtype: string
    - name: content_original
      dtype: string
    - name: source_url
      dtype: string
    - name: bias_text
      dtype: string
    - name: ID
      dtype: string
  splits:
    - name: train
      num_bytes: 328979939
      num_examples: 26590
    - name: test
      num_bytes: 26492490
      num_examples: 2565
    - name: validation
      num_bytes: 1986805
      num_examples: 161
  download_size: 209601464
  dataset_size: 357459234
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*