CoolFace
Datasetpublic

DataForGood/climate-misinformation-RCoT

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes62downloads
README.md35 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: messages5    dtype: string6  - name: task_id7    dtype: string8  - name: country9    dtype: string10  - name: channel11    dtype: string12  - name: label13    dtype: string14  - name: cache_creation_tokens15    dtype: int6416  - name: cache_read_tokens17    dtype: int6418  splits:19  - name: train20    num_bytes: 506652921    num_examples: 138922  - name: test23    num_bytes: 115521024    num_examples: 31525  download_size: 320065126  dataset_size: 622173927configs:28- config_name: default29  data_files:30  - split: train31    path: data/train-*32  - split: test33    path: data/test-*34---35