tylerandrewscott
commited on
Commit
•
f8bab7b
1
Parent(s):
46ead8b
Add BERTopic model
Browse files- config.json +1 -5
- topic_embeddings.safetensors +2 -2
- topics.json +2 -2
config.json
CHANGED
@@ -12,10 +12,6 @@
|
|
12 |
"top_n_words": 10,
|
13 |
"verbose": false,
|
14 |
"zeroshot_min_similarity": 0.7,
|
15 |
-
"zeroshot_topic_list":
|
16 |
-
"climate mitigation",
|
17 |
-
"climate adaptation",
|
18 |
-
"climate resilience"
|
19 |
-
],
|
20 |
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
21 |
}
|
|
|
12 |
"top_n_words": 10,
|
13 |
"verbose": false,
|
14 |
"zeroshot_min_similarity": 0.7,
|
15 |
+
"zeroshot_topic_list": null,
|
|
|
|
|
|
|
|
|
16 |
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
17 |
}
|
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:f2ddad342086507badd0affff06af72730cc2c26a15ea4cf32e02baff8b23373
|
3 |
+
size 12043872
|
topics.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:6350e1fb7090be1c5da4bf8b2dff088bac8ecfc71085de17eb08a08124e0c5b4
|
3 |
+
size 11910304
|