CoolFace
Datasetpublic

yunhwa/fintech_sample_data

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes9downloads
README.md23 linesDownload Raw Back to root
1---
2license: apache-2.0
3configs:
4- config_name: default
5  data_files:
6  - split: train
7    path: data/train-*
8dataset_info:
9  features:
10  - name: instruction
11    dtype: large_string
12  - name: input
13    dtype: large_string
14  - name: output
15    dtype: large_string
16  splits:
17  - name: train
18    num_bytes: 3254
19    num_examples: 30
20  download_size: 3406
21  dataset_size: 3254
22---
23