lalithadevi commited on
Commit
203e844
1 Parent(s): 7825e9d

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -16,5 +16,5 @@ RSS_FEEDS_TO_EXTRACT = ['https://www.economictimes.indiatimes.com/rssfeedstopsto
16
 
17
  DISTILBERT_TOKENIZER_N_TOKENS = 80
18
  NEWS_CATEGORY_CLASSIFIER_N_CLASSES = 8
19
- CLASSIFIER_THRESHOLD = 0.55
20
  NEWS_RETENTION_SECONDS = 300
 
16
 
17
  DISTILBERT_TOKENIZER_N_TOKENS = 80
18
  NEWS_CATEGORY_CLASSIFIER_N_CLASSES = 8
19
+ CLASSIFIER_THRESHOLD = 0.5
20
  NEWS_RETENTION_SECONDS = 300