Add BERTopic model
Browse files- config.json +2 -2
- ctfidf.bin +2 -2
- ctfidf_config.json +0 -0
- topic_embeddings.bin +2 -2
- topics.json +0 -0
config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"calculate_probabilities": false,
|
| 3 |
-
"language":
|
| 4 |
"low_memory": false,
|
| 5 |
"min_topic_size": 10,
|
| 6 |
"n_gram_range": [
|
| 7 |
1,
|
| 8 |
1
|
| 9 |
],
|
| 10 |
-
"nr_topics":
|
| 11 |
"seed_topic_list": null,
|
| 12 |
"top_n_words": 10,
|
| 13 |
"verbose": true,
|
|
|
|
| 1 |
{
|
| 2 |
"calculate_probabilities": false,
|
| 3 |
+
"language": null,
|
| 4 |
"low_memory": false,
|
| 5 |
"min_topic_size": 10,
|
| 6 |
"n_gram_range": [
|
| 7 |
1,
|
| 8 |
1
|
| 9 |
],
|
| 10 |
+
"nr_topics": 10,
|
| 11 |
"seed_topic_list": null,
|
| 12 |
"top_n_words": 10,
|
| 13 |
"verbose": true,
|
ctfidf.bin
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:4fb67ca2531e32339510004200702231abaf1d1814f650352bdf116fd61b445a
|
| 3 |
+
size 6271619
|
ctfidf_config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
topic_embeddings.bin
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:08f79373953c8dc63e119196be92db88da17e1754cfc4d41462af14456911e6d
|
| 3 |
+
size 16649
|
topics.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|