CoolFace
Datasetpublic

XINLI1997/ICSC-task3

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes11downloads
README.md34 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: int646  - name: prompt7    dtype: string8  - name: ground_truth9    list: float6410  - name: known_count11    dtype: int6412  splits:13  - name: train14    num_bytes: 7323894615    num_examples: 3600016  - name: val17    num_bytes: 916722318    num_examples: 450019  - name: test20    num_bytes: 911924821    num_examples: 450022  download_size: 2447873023  dataset_size: 9152541724configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29  - split: val30    path: data/val-*31  - split: test32    path: data/test-*33---34