CoolFace
Datasetpublic

InLegal-AI-EXP/PredEx_Instruction-Tuning_Pred-Exp-Reformat

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes9downloads
README.md37 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: Case Name5    dtype: string6  - name: Input7    dtype: string8  - name: Output9    dtype: string10  - name: Label11    dtype: int6412  - name: Count13    dtype: int6414  - name: Decision_Count15    dtype: int6416  - name: text17    dtype: string18  - name: reformatted_text19    dtype: string20  splits:21  - name: train22    num_bytes: 33988644723    num_examples: 1096124  - name: test25    num_bytes: 3786431326    num_examples: 121727  download_size: 16034292728  dataset_size: 37775076029configs:30- config_name: default31  data_files:32  - split: train33    path: data/train-*34  - split: test35    path: data/test-*36---37