We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1699f69 commit 425d0aeCopy full SHA for 425d0ae
1 file changed
ac_dc/parameters_filtering.py
@@ -857,11 +857,11 @@
857
"words_augmentation_group_sizes": [2],
858
"words_augmentation_join_char": "",
859
"cond_check_stopwords": True,
860
- "stopwords_min_cutoff": 0.1691,
+ "stopwords_min_cutoff": 0.0,
861
"cond_check_flagged_words": True,
862
"flagged_words_max_cutoff": 0.001,
863
"cond_check_lang_id": True,
864
- "lang_id_min_cutoff": 0.8,
+ "lang_id_min_cutoff": 0.85,
865
"cond_check_perplexity": False,
866
"perplexity_max_cutoff": 2095,
867
}
0 commit comments