Add BERTopic model
Browse files- .gitattributes +1 -0
- config.json +1 -1
- ctfidf.safetensors +2 -2
- ctfidf_config.json +0 -0
- topic_embeddings.safetensors +2 -2
- topics.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ctfidf_config.json filter=lfs diff=lfs merge=lfs -text
|
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
],
|
10 |
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
12 |
-
"top_n_words":
|
13 |
"verbose": true,
|
14 |
"zeroshot_min_similarity": 0.7,
|
15 |
"zeroshot_topic_list": null
|
|
|
9 |
],
|
10 |
"nr_topics": null,
|
11 |
"seed_topic_list": null,
|
12 |
+
"top_n_words": 20,
|
13 |
"verbose": true,
|
14 |
"zeroshot_min_similarity": 0.7,
|
15 |
"zeroshot_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:9d63b32036243b7708a99f1dd9a6927319c53c0f67afbdd5ea3740aa2fe29d58
|
3 |
+
size 92758528
|
ctfidf_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
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:f4779c23ec8514263aae71f1690ad67db187e560089d266f23ab94fb8fba903e
|
3 |
+
size 196696
|
topics.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|