Skip to content

Commit

Permalink
Verification adjustments 2025-01-30 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Jan 29, 2025
1 parent a3c83f5 commit 7c03ddd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions verification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def process_response(
# These settings are tuned to gpt-4-turbo. gpt-4o worked better with higher
# numbers.
#
# edit_truthiness_threshold = 0.9
# gender_truthiness_threshold = 0.6
# edit_truthiness_threshold = 0.8
# gender_truthiness_threshold = 0.5
# age_truthiness_threshold = 0.5
# minimum_age_truthiness_threshold = 0.8
# ethnicity_truthiness_threshold = 0.4
Expand All @@ -240,8 +240,8 @@ def process_response(

general_truthiness_threshold = 0.7

edit_truthiness_threshold = 0.9
gender_truthiness_threshold = 0.6
edit_truthiness_threshold = 0.8
gender_truthiness_threshold = 0.5
age_truthiness_threshold = 0.5
minimum_age_truthiness_threshold = 0.8
ethnicity_truthiness_threshold = 0.4
Expand Down

0 comments on commit 7c03ddd

Please sign in to comment.