Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
+
This is the topic modeling model trained for the paper Characterizing Topical and Network Dynamics of Online Toxicity During the 2022 Mpox Outbreak.
|
5 |
+
|
6 |
+
To load the model, please refer to BERTopic guidelines.
|
7 |
+
|
8 |
+
In particular, you can use:
|
9 |
+
```python
|
10 |
+
topic_model = BERTopic.load("Monkeypox_tweets_toxic_50_v5")
|
11 |
+
```
|