File size: 308 Bytes
6e96dd8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
license: mit
language:
- en
configs:
- config_name: 0-shot
data_files:
- split: test
path: 0-shot.jsonl
- config_name: 1-shot
data_files:
- split: test
path: 1-shot.jsonl
- config_name: 3-shot
data_files:
- split: test
path: 3-shot.jsonl
---
|