Skip to content

Commit

Permalink
Verification threshold fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Dec 28, 2024
1 parent afffe4a commit eb1b4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def process_response(

general_truthiness_threshold = 0.7

edit_truthiness_threshold = 0.9 if verified_uuids else 0.8
edit_truthiness_threshold = 0.8 if verified_uuids else 0.9
gender_truthiness_threshold = 0.5
age_truthiness_threshold = 0.5
minimum_age_truthiness_threshold = 0.8
Expand Down

0 comments on commit eb1b4b6

Please sign in to comment.