Commit
·
875b22c
1
Parent(s):
efac340
a bit debug
Browse files- ocr_qa_assessment.py +2 -2
ocr_qa_assessment.py
CHANGED
@@ -23,5 +23,5 @@ class QAAssessmentPipeline(Pipeline):
|
|
23 |
label = predictions[0][0].replace("__label__", "") # Remove __label__ prefix
|
24 |
|
25 |
# Format as JSON-compatible dictionary
|
26 |
-
model_output = {"label": label, "score": round(score, 4)}
|
27 |
-
return
|
|
|
23 |
label = predictions[0][0].replace("__label__", "") # Remove __label__ prefix
|
24 |
|
25 |
# Format as JSON-compatible dictionary
|
26 |
+
# model_output = {"label": label, "score": round(score, 4)}
|
27 |
+
return {}
|