Add BERTopic model
Browse files- .gitattributes +1 -0
- config.json +6 -7
- 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
|
@@ -1,17 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"calculate_probabilities":
|
| 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,
|
| 12 |
"top_n_words": 10,
|
| 13 |
-
"verbose":
|
| 14 |
"zeroshot_min_similarity": 0.7,
|
| 15 |
-
"zeroshot_topic_list": null
|
| 16 |
-
"embedding_model": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"calculate_probabilities": true,
|
| 3 |
+
"language": "english",
|
| 4 |
"low_memory": false,
|
| 5 |
"min_topic_size": 10,
|
| 6 |
"n_gram_range": [
|
| 7 |
+
2,
|
| 8 |
+
3
|
| 9 |
],
|
| 10 |
"nr_topics": null,
|
| 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 |
}
|
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:2e884c8f9e7e343ba0591480ce44ace57dbc45c5d7f57ed38ab3b052c14024ba
|
| 3 |
+
size 83380832
|
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:d079363d27478d3373224260ec379b433ecd71a06a60f97be0091996897a269c
|
| 3 |
+
size 2294880
|
topics.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|