Christopher Román Jaimes
commited on
Commit
·
a6006b3
1
Parent(s):
a2897e4
fix: delete comma in the bert score.
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ label_names_dict = {
|
|
278 |
'LABEL_2': 2,
|
279 |
'LABEL_3': 3,
|
280 |
}
|
281 |
-
BERT_SCORE_LIMIT = 0.980819808198082
|
282 |
|
283 |
def extract_max_label_score(probabilities):
|
284 |
# Find the dictionary with the maximum score
|
|
|
278 |
'LABEL_2': 2,
|
279 |
'LABEL_3': 3,
|
280 |
}
|
281 |
+
BERT_SCORE_LIMIT = 0.980819808198082
|
282 |
|
283 |
def extract_max_label_score(probabilities):
|
284 |
# Find the dictionary with the maximum score
|