kambris commited on
Commit
b77a329
·
verified ·
1 Parent(s): 3799084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -233,10 +233,6 @@ def process_and_summarize(df, bert_tokenizer, bert_model, emotion_classifier, to
233
  "n_gram_range": (1, 1),
234
  "top_n_words": 15,
235
  "verbose": True,
236
- "hdbscan_args": {
237
- "min_cluster_size": 5,
238
- "min_samples": 1,
239
- "cluster_selection_epsilon": 0.1
240
  }}
241
  st.write(f"Total documents: {len(df)}")
242
  st.write(f"Topic strategy: {topic_strategy}")
 
233
  "n_gram_range": (1, 1),
234
  "top_n_words": 15,
235
  "verbose": True,
 
 
 
 
236
  }}
237
  st.write(f"Total documents: {len(df)}")
238
  st.write(f"Topic strategy: {topic_strategy}")