lizhouf's picture
Update README.md
074de0f
---
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")
```