firobeid/L7_8_sampled_news_headlines_decoder_classification
09
1 2---3pretty_name: 9.Sample_Headlines_1000_rows.csv.csv4 5tags:6- aisheets7- synthetic data8 9dataset_info:10 features:11 - name: ticker12 dtype: string13 - name: joined_tokens14 dtype: string15 - name: headlines16 dtype: string17 - name: Close18 dtype: float6419 - name: returns20 dtype: float6421 - name: label22 dtype: int6423 - name: PARTITION_SAMPLE24 dtype: string25 - name: year_month26 dtype: string27 - name: Kimi-K2-Instruct-090528 dtype: string29 - name: openai__gpt-oss-20b30 dtype: string31 - name: google__gemma-3-27b-it32 dtype: string33 - name: meta-llama__Llama-3.1-70B-Instruct34 dtype: string35 - name: Qwen__Qwen3-235B-A22B36 dtype: string37 - name: Qwen__Qwen3-235B-A22B_copy38 dtype: string39 40 41configs:42- config_name: default43 data_files:44 - split: train45 path: data/train*46---47 