idkash1 commited on
Commit
c8b4788
·
verified ·
1 Parent(s): e24467d

Update human_text_detect.py

Browse files
Files changed (1) hide show
  1. human_text_detect.py +2 -1
human_text_detect.py CHANGED
@@ -132,7 +132,8 @@ def detect_human_text(model_name, topic, text):
132
  min_len=min_tokens_per_sentence,
133
  max_len=max_tokens_per_sentence,
134
  length_limit_policy='truncate',
135
- HC_type='stbl',
 
136
  ignore_first_sentence= False
137
  )
138
 
 
132
  min_len=min_tokens_per_sentence,
133
  max_len=max_tokens_per_sentence,
134
  length_limit_policy='truncate',
135
+ HC_type='notstbl',
136
+ gamma=0.15,
137
  ignore_first_sentence= False
138
  )
139