--- language: - en license: mit task_categories: - text-classification tags: - finance - stock - market extra_gated_fields: First name: text Last name: text Affiliation: text Job title: text Email: text Country: country I want to use this model for: type: select options: - Research - Education - label: Other value: other I agree to use this model for non-commercial use ONLY: checkbox dataset_info: features: - name: index dtype: int64 - name: query dtype: string - name: answer dtype: string - name: choices sequence: string - name: gold dtype: int64 splits: - name: train num_bytes: 651854314 num_examples: 9934 - name: validation num_bytes: 6572069 num_examples: 100 - name: test num_bytes: 164541140 num_examples: 2509 download_size: 451165313 dataset_size: 822967523 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---