CoolFace
Datasetpublic

TheFinAI/IMF

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes9downloads
README.md26 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: source5    dtype: string6  - name: date7    dtype: string8  - name: text9    dtype: string10  - name: token_count11    dtype: int6412  - name: category13    dtype: string14  splits:15  - name: train16    num_bytes: 1678313217    num_examples: 7418  download_size: 571563119  dataset_size: 1678313220configs:21- config_name: default22  data_files:23  - split: train24    path: data/train-*25---26