AlexanderHolmes0
commited on
Commit
•
fd8a224
1
Parent(s):
d59dcde
Add BERTopic model
Browse files- config.json +2 -0
- ctfidf.safetensors +2 -2
- ctfidf_config.json +2 -2
- topic_embeddings.safetensors +1 -1
- topics.json +0 -0
config.json
CHANGED
@@ -11,5 +11,7 @@
|
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
"verbose": true,
|
|
|
|
|
14 |
"embedding_model": "BAAI/bge-small-en-v1.5"
|
15 |
}
|
|
|
11 |
"seed_topic_list": null,
|
12 |
"top_n_words": 10,
|
13 |
"verbose": true,
|
14 |
+
"zeroshot_min_similarity": 0.7,
|
15 |
+
"zeroshot_topic_list": null,
|
16 |
"embedding_model": "BAAI/bge-small-en-v1.5"
|
17 |
}
|
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:15ee875c66adf5f86c5438247ca24aa522dc0a20f53fc55f1b06f6bf21dd3969
|
3 |
+
size 30049812
|
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:07904c58ffe168ec24a11f91f282202c5ab2f268055206d81591edd00056ca79
|
3 |
+
size 20525466
|
topic_embeddings.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 153688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71d3671ec4b1f85d16c7a5136748009a8d05526c08921723899f6c12b0f7acd1
|
3 |
size 153688
|
topics.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|