Add BERTopic model
Browse files- config.json +3 -3
- ctfidf.safetensors +2 -2
- ctfidf_config.json +2 -2
- topic_embeddings.safetensors +2 -2
- topics.json +0 -0
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"calculate_probabilities": true,
|
3 |
-
"language": "
|
4 |
"low_memory": false,
|
5 |
"min_topic_size": 10,
|
6 |
"n_gram_range": [
|
7 |
-
|
8 |
-
|
9 |
],
|
10 |
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
|
|
1 |
{
|
2 |
"calculate_probabilities": true,
|
3 |
+
"language": "multilingual",
|
4 |
"low_memory": false,
|
5 |
"min_topic_size": 10,
|
6 |
"n_gram_range": [
|
7 |
+
1,
|
8 |
+
1
|
9 |
],
|
10 |
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
ctfidf.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:9c2e47c80984fced3fa048558d855f23252c03a5de91eaf880233ee1fd2ded65
|
3 |
+
size 5668604
|
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:917bf334388af9bb223b51970a1a91ef1d048fbead21d29ad1d1ab347144e472
|
3 |
+
size 4242099
|
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:9c1d22cd3ddc095fd4ce0ceb36e394e10a3905655aa8c70dc5240340e89da127
|
3 |
+
size 666712
|
topics.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|