Upload 5 files
Browse files- config.json +15 -0
- ctfidf.bin +3 -0
- ctfidf_config.json +0 -0
- topic_embeddings.bin +3 -0
- topics.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"calculate_probabilities": false,
|
| 3 |
+
"language": null,
|
| 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,
|
| 12 |
+
"top_n_words": 10,
|
| 13 |
+
"verbose": true,
|
| 14 |
+
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
| 15 |
+
}
|
ctfidf.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53d40989681fed6216de87dc8b46160c5bdc2b5622a508ff20a00ffac40e6517
|
| 3 |
+
size 65
|
ctfidf_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
topic_embeddings.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53d40989681fed6216de87dc8b46160c5bdc2b5622a508ff20a00ffac40e6517
|
| 3 |
+
size 65
|
topics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|