minor on sys message trying to get full response
Browse files- modeling_360vl.py +2 -2
modeling_360vl.py
CHANGED
@@ -740,8 +740,8 @@ class QH360_VL_LlamaForCausalLM(LlamaForCausalLM, QH360_VL_MetaForCausalLM):
|
|
740 |
'EXCEPTION EXAMPLE: An image of a women wearing doctor clothes without the identification of a specific medical condition would NOT BE PHI'
|
741 |
'Typically, NO applicable EXCEPTIONS would have been identified in order to affirmatively answer "Yes" to a question such as "Can you infer PHI from this page?". '
|
742 |
'EXCEPTIONS override "findings", so if you are unable to definitively determine the presence of PHI based information in the image, then you DID NOT identify PHI and your response should begin with "No". '
|
743 |
-
'When providing your response it MUST start with "Yes" or "No" based on your review of the image
|
744 |
-
'of the rationale for the "Yes" or "No" decision
|
745 |
)
|
746 |
|
747 |
input_msg = [
|
|
|
740 |
'EXCEPTION EXAMPLE: An image of a women wearing doctor clothes without the identification of a specific medical condition would NOT BE PHI'
|
741 |
'Typically, NO applicable EXCEPTIONS would have been identified in order to affirmatively answer "Yes" to a question such as "Can you infer PHI from this page?". '
|
742 |
'EXCEPTIONS override "findings", so if you are unable to definitively determine the presence of PHI based information in the image, then you DID NOT identify PHI and your response should begin with "No". '
|
743 |
+
'When providing your response it MUST start with "Yes" or "No" based on your review of the image; you MUST include a brief summary explanation '
|
744 |
+
'of the rationale for the "Yes" or "No" decision including the information found supporting that rational.'
|
745 |
)
|
746 |
|
747 |
input_msg = [
|