Create io.yaml
Browse files
requirement_check/lora/granite-3.3-8b-instruct/io.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model: requirement
|
| 2 |
+
# JSON schema of the model's output
|
| 3 |
+
response_format: |
|
| 4 |
+
{
|
| 5 |
+
"type": "boolean",
|
| 6 |
+
}
|
| 7 |
+
transformations:
|
| 8 |
+
- type: likelihood
|
| 9 |
+
categories_to_values:
|
| 10 |
+
true: 1.0
|
| 11 |
+
false: 0.0
|
| 12 |
+
input_path: []
|
| 13 |
+
instruction: |
|
| 14 |
+
Check if this requirement was satisfied:
|
| 15 |
+
{requirement}
|
| 16 |
+
parameters:
|
| 17 |
+
max_completion_tokens: 5
|
| 18 |
+
sentence_boundaries: ~
|