Add BERTopic model
Browse files- config.json +2 -1
- ctfidf.bin +3 -0
- topic_embeddings.bin +3 -0
config.json
CHANGED
@@ -10,5 +10,6 @@
|
|
10 |
"nr_topics": 30,
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
-
"verbose": true
|
|
|
14 |
}
|
|
|
10 |
"nr_topics": 30,
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
+
"verbose": true,
|
14 |
+
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
15 |
}
|
ctfidf.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e528fd9d2a10d6e4f63ef7b4dbe02ad4abc014653888627773b4656fcfa9a535
|
3 |
+
size 2155412
|
topic_embeddings.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ac98079521123f0fd5bef10e8147699e3a9ec3f397550cf4760e81a861e69a
|
3 |
+
size 46918
|