Instructions to use sprenkamp/BERTopicTelegramAnalysis_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use sprenkamp/BERTopicTelegramAnalysis_small with BERTopic:
from bertopic import BERTopic model = BERTopic.load("sprenkamp/BERTopicTelegramAnalysis_small") - Notebooks
- Google Colab
- Kaggle
File size: 323 Bytes
2c5449b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"calculate_probabilities": false,
"language": "multilingual",
"low_memory": false,
"min_topic_size": 10,
"n_gram_range": [
1,
1
],
"nr_topics": 30,
"seed_topic_list": null,
"top_n_words": 10,
"verbose": true,
"embedding_model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
} |