Upload config.yaml with huggingface_hub
Browse files- config.yaml +18 -0
config.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
task_name: htest-uppercase
|
| 2 |
+
construction: mcq
|
| 3 |
+
few_shot: 50
|
| 4 |
+
user_prompt_template:
|
| 5 |
+
start_note: null
|
| 6 |
+
example: "Input: \"{centerpiece}\" Label: {correct_options[0]} \n"
|
| 7 |
+
mid_note: null
|
| 8 |
+
test: "Input: \"{centerpiece}\" Label: \n{options[0]}\n{options[1]} "
|
| 9 |
+
end_note: (Respond in one letter and nothing else)
|
| 10 |
+
system_prompt: null
|
| 11 |
+
timeline: ~2024.01.15
|
| 12 |
+
language: eng
|
| 13 |
+
version: v1
|
| 14 |
+
web_source:
|
| 15 |
+
location: https://github.com/brucewlee/H-Test
|
| 16 |
+
file:
|
| 17 |
+
- htest_generated_with_seed_12062023/*_dev.jsonl
|
| 18 |
+
- htest_generated_with_seed_12062023/*_test.jsonl
|