Update human_text_detect.py
Browse files- 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='
|
|
|
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 |
|