HugoLaurencon HF staff commited on
Commit
78a727e
1 Parent(s): 09be6e1

Update parameters for English

Browse files
Files changed (1) hide show
  1. parameters_filtering.py +1 -1
parameters_filtering.py CHANGED
@@ -281,7 +281,7 @@ parameters_filtering_en = {
281
  "cond_check_stopwords": True,
282
  "stopwords_min_cutoff": 0.3,
283
  "cond_check_flagged_words": True,
284
- "flagged_words_max_cutoff": 0.045,
285
  "cond_check_lang_id": True,
286
  "lang_id_min_cutoff": 0.80,
287
  "cond_check_perplexity": True,
 
281
  "cond_check_stopwords": True,
282
  "stopwords_min_cutoff": 0.3,
283
  "cond_check_flagged_words": True,
284
+ "flagged_words_max_cutoff": 0.01,
285
  "cond_check_lang_id": True,
286
  "lang_id_min_cutoff": 0.80,
287
  "cond_check_perplexity": True,