SGS-politics / README.md
Farjfar's picture
Upload dataset
0285d47 verified
metadata
dataset_info:
  features:
    - name: body_cleaned
      dtype: string
    - name: id
      dtype: string
    - name: subreddit
      dtype: string
    - name: year
      dtype: int64
    - name: annotation1
      dtype: string
    - name: annotation2
      dtype: string
    - name: gold_annotation
      dtype: string
    - name: bio_annotation
      sequence: string
    - name: ids
      sequence: int64
    - name: tokenized_body_cleaned
      sequence: string
  splits:
    - name: train
      num_bytes: 3100839
      num_examples: 1206
    - name: test
      num_bytes: 864255
      num_examples: 403
    - name: validation
      num_bytes: 906745
      num_examples: 397
  download_size: 1905667
  dataset_size: 4871839
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*