--- dataset_info: features: - name: company dtype: string - name: dates sequence: string - name: prices sequence: sequence: float64 - name: tweets sequence: sequence: string - name: tweet_sentiments sequence: sequence: int64 - name: volatility sequence: float64 - name: label dtype: string - name: tweets_consistent sequence: sequence: 'null' - name: tweets_random sequence: sequence: 'null' - name: tweets_length dtype: int64 - name: tweets_consistent_length dtype: int64 - name: tweets_random_length dtype: int64 - name: percentage_remaining dtype: float64 splits: - name: train num_bytes: 32752602 num_examples: 831 download_size: 1059824 dataset_size: 32752602 configs: - config_name: default data_files: - split: train path: data/train-* ---