File size: 612 Bytes
f91c247 34d7543 f91c247 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
configs:
- config_name: default
data_files:
# - split: test-v1
# path: "data/cladder-v1-prompts.json"
- split: test-balanced-v1.5
path: "data/test-balanced-v1.5.csv"
- split: test-commonsense-v1.5
path: "data/test-commonsense-v1.5.csv"
- split: test-anticommonsense-v1.5
path: "data/test-anticommonsense-v1.5.csv"
- split: test-noncommonsense-v1.5
path: "data/test-noncommonsense-v1.5.csv"
- split: test-easy-v1.5
path: "data/test-easy-v1.5.csv"
- split: test-hard-v1.5
path: "data/test-hard-v1.5.csv"
---
|