File size: 392 Bytes
51b3a66 ab965eb 074de0f ab965eb |
1 2 3 4 5 6 7 8 9 10 11 |
---
license: cc-by-nc-nd-4.0
---
This is the topic modeling model trained for the paper Characterizing Topical and Network Dynamics of Online Toxicity During the 2022 Mpox Outbreak.
To load the model, please refer to [BERTopic guidelines](https://maartengr.github.io/BERTopic/index.html).
In particular, you can use:
```python
topic_model = BERTopic.load("Monkeypox_tweets_toxic_50_v5")
``` |