sumesh4C commited on
Commit
4245217
·
verified ·
1 Parent(s): 1cfd756

Upload tfidf_vectorizer_params.json

Browse files
Files changed (1) hide show
  1. tasks/tfidf_vectorizer_params.json +1 -0
tasks/tfidf_vectorizer_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"analyzer": "word", "binary": false, "decode_error": "strict", "encoding": "utf-8", "input": "content", "lowercase": true, "max_df": 1.0, "max_features": null, "min_df": 1, "ngram_range": [1, 3], "norm": "l2", "smooth_idf": true, "stop_words": null, "strip_accents": null, "sublinear_tf": false, "token_pattern": "(?u)\\b\\w\\w+\\b", "tokenizer": null, "use_idf": true, "vocabulary": null}