jinlibao's picture
Upload dataset
e002e5d verified
metadata
dataset_info:
  features:
    - name: symbol
      dtype: string
    - name: stock_movement
      dtype: string
    - name: tweet
      dtype: string
    - name: instruction
      dtype: string
    - name: id
      dtype: string
    - name: query
      dtype: string
    - name: answer
      dtype: string
    - name: text
      dtype: string
    - name: choices
      sequence: string
    - name: gold
      dtype: int64
  splits:
    - name: train
      num_bytes: 28343871
      num_examples: 4897
    - name: test
      num_bytes: 3647674
      num_examples: 1472
    - name: valid
      num_bytes: 1961125
      num_examples: 798
  download_size: 15858301
  dataset_size: 33952670
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*