Update answerability io.yamls
#6
by
frreiss
- opened
answerability/lora/granite-3.3-2b-instruct/io.yaml
CHANGED
|
@@ -8,7 +8,9 @@ response_format: |
|
|
| 8 |
}
|
| 9 |
transformations:
|
| 10 |
- type: likelihood
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
input_path: []
|
| 13 |
output_name: ~ # Null == no change
|
| 14 |
instruction: ~
|
|
|
|
| 8 |
}
|
| 9 |
transformations:
|
| 10 |
- type: likelihood
|
| 11 |
+
categories_to_values:
|
| 12 |
+
"answerable": 1.0
|
| 13 |
+
"unanswerable": 0.0
|
| 14 |
input_path: []
|
| 15 |
output_name: ~ # Null == no change
|
| 16 |
instruction: ~
|
answerability/lora/granite-3.3-8b-instruct/io.yaml
CHANGED
|
@@ -8,7 +8,9 @@ response_format: |
|
|
| 8 |
}
|
| 9 |
transformations:
|
| 10 |
- type: likelihood
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
input_path: []
|
| 13 |
output_name: ~ # Null == no change
|
| 14 |
instruction: ~
|
|
|
|
| 8 |
}
|
| 9 |
transformations:
|
| 10 |
- type: likelihood
|
| 11 |
+
categories_to_values:
|
| 12 |
+
"answerable": 1.0
|
| 13 |
+
"unanswerable": 0.0
|
| 14 |
input_path: []
|
| 15 |
output_name: ~ # Null == no change
|
| 16 |
instruction: ~
|