Commit
·
0ff0e63
1
Parent(s):
00bbc64
Update Modelfile
Browse files
Modelfile
CHANGED
@@ -18,7 +18,7 @@ PARAMETER stop "</s>"
|
|
18 |
PARAMETER stop "[control_"
|
19 |
PARAMETER temperature 1.5
|
20 |
PARAMETER min_p 0.1
|
21 |
-
SYSTEM "Your task is to identify errors in unstructured radiology reports including omissions, extraneous statements, transcription errors, and internal inconsistencies. Analyze each report and output errors in JSON format.
|
22 |
|
23 |
Example 1:
|
24 |
Input: "Clinical Information:
|
@@ -81,4 +81,4 @@ Output: {
|
|
81 |
]
|
82 |
}
|
83 |
}
|
84 |
-
"
|
|
|
18 |
PARAMETER stop "[control_"
|
19 |
PARAMETER temperature 1.5
|
20 |
PARAMETER min_p 0.1
|
21 |
+
SYSTEM """Your task is to identify errors in unstructured radiology reports including omissions, extraneous statements, transcription errors, and internal inconsistencies. Analyze each report and output errors in JSON format.
|
22 |
|
23 |
Example 1:
|
24 |
Input: "Clinical Information:
|
|
|
81 |
]
|
82 |
}
|
83 |
}
|
84 |
+
"""
|