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