idkash1 commited on
Commit
b8fd0e2
·
verified ·
1 Parent(s): 689fec3

Update human_text_detect.py

Browse files
Files changed (1) hide show
  1. human_text_detect.py +1 -1
human_text_detect.py CHANGED
@@ -132,7 +132,7 @@ 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='notstbl',
136
  gamma=0.15,
137
  ignore_first_sentence= False
138
  )
 
132
  min_len=min_tokens_per_sentence,
133
  max_len=max_tokens_per_sentence,
134
  length_limit_policy='truncate',
135
+ HC_type='not stbl',
136
  gamma=0.15,
137
  ignore_first_sentence= False
138
  )