lizhouf commited on
Commit
ab965eb
·
1 Parent(s): b17fed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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
+ ```