Add BERTopic model
#4
by
MultipolarityReport
- opened
- config.json +2 -2
- topic_embeddings.safetensors +2 -2
- topics.json +0 -0
config.json
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
"calculate_probabilities": true,
|
3 |
"language": null,
|
4 |
"low_memory": false,
|
5 |
-
"min_topic_size":
|
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,
|
|
|
2 |
"calculate_probabilities": true,
|
3 |
"language": null,
|
4 |
"low_memory": false,
|
5 |
+
"min_topic_size": 20,
|
6 |
"n_gram_range": [
|
7 |
1,
|
8 |
1
|
9 |
],
|
10 |
+
"nr_topics": 50,
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
"verbose": true,
|
topic_embeddings.safetensors
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:ebd83b2dabd75fbb03c3512d32e857807cfcbbf7bb42abcaf4fe5a71d015a87a
|
3 |
+
size 454744
|
topics.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|