| { | |
| "train_sample": { | |
| "file_name": "train_sample.json", | |
| "columns": { | |
| "prompt": "instruction", | |
| "query": "input", | |
| "response": "output", | |
| "system": "system", | |
| "history": "history" | |
| } | |
| }, | |
| "test_sample": { | |
| "file_name": "train_sample.json", | |
| "columns": { | |
| "prompt": "instruction", | |
| "query": "input", | |
| "response": "output", | |
| "system": "system", | |
| "history": "history" | |
| } | |
| } | |
| } |