belenedgar
commited on
Commit
•
7ef330a
1
Parent(s):
379fb19
Add BERTopic model
Browse files- config.json +2 -2
- topic_embeddings.safetensors +2 -2
- topics.json +0 -0
config.json
CHANGED
@@ -7,9 +7,9 @@
|
|
7 |
1,
|
8 |
1
|
9 |
],
|
10 |
-
"nr_topics":
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
-
"verbose":
|
14 |
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
15 |
}
|
|
|
7 |
1,
|
8 |
1
|
9 |
],
|
10 |
+
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
+
"verbose": false,
|
14 |
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
15 |
}
|
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:616f0813d39a077dff10547837e7dd269fc488dc36611a034c06ae0d03455fec
|
3 |
+
size 4696
|
topics.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|