Add BERTopic model
Browse files- config.json +1 -1
- ctfidf.bin +3 -0
- ctfidf_config.json +2 -2
- topic_embeddings.bin +3 -0
- topics.json +0 -0
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"min_topic_size": 10,
|
6 |
"n_gram_range": [
|
7 |
1,
|
8 |
-
|
9 |
],
|
10 |
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
|
|
5 |
"min_topic_size": 10,
|
6 |
"n_gram_range": [
|
7 |
1,
|
8 |
+
1
|
9 |
],
|
10 |
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
ctfidf.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c28fa36beadfc76adceb49e45209cdcbad076ec62ce4cda070ee974d1692c6c3
|
3 |
+
size 4421204
|
ctfidf_config.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cee6d9ff897d3ba12eb9efa937b384373bdc1b920d2f198ff29d13c6e7cdfe21
|
3 |
+
size 1430320
|
topic_embeddings.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:916bb0d423928c4bc40e5617aaa3dc1bfe76e66fd1219993880de5b034945b18
|
3 |
+
size 464710
|
topics.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|