Instructions to use 0xcynyx/BERTopic_hurricane_tweet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use 0xcynyx/BERTopic_hurricane_tweet with BERTopic:
from bertopic import BERTopic model = BERTopic.load("0xcynyx/BERTopic_hurricane_tweet") - Notebooks
- Google Colab
- Kaggle
| { | |
| "calculate_probabilities": false, | |
| "language": null, | |
| "low_memory": false, | |
| "min_topic_size": 15, | |
| "n_gram_range": [ | |
| 1, | |
| 1 | |
| ], | |
| "nr_topics": null, | |
| "seed_topic_list": null, | |
| "top_n_words": 10, | |
| "verbose": false, | |
| "zeroshot_min_similarity": 0.85, | |
| "zeroshot_topic_list": [ | |
| "Weather Updates", | |
| "Evacuation Information", | |
| "Emergency Services", | |
| "Relief Efforts", | |
| "Rescue Operations", | |
| "Flooding Reports", | |
| "Traffic and Road Closures", | |
| "Government and Local Authority Announcements", | |
| "Personal Stories and Experiences", | |
| "Storm Damage Reports", | |
| "Others" | |
| ], | |
| "embedding_model": "thenlper/gte-small" | |
| } |