jinlibao's picture
Upload dataset
e596467 verified
|
raw
history blame
753 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: query
      dtype: string
    - name: company
      dtype: string
    - name: stock
      dtype: string
    - name: tweet
      dtype: string
    - name: answer
      dtype: string
    - name: text
      dtype: string
    - name: choices
      sequence: string
    - name: gold
      dtype: int64
  splits:
    - name: train
      num_bytes: 27577061
      num_examples: 4897
    - name: test
      num_bytes: 3417217
      num_examples: 1472
    - name: valid
      num_bytes: 3417217
      num_examples: 1472
  download_size: 16232321
  dataset_size: 34411495
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*