vidric commited on
Commit
e690385
·
1 Parent(s): 6085780

Add BERTopic model

Browse files
Files changed (3) hide show
  1. config.json +15 -0
  2. topic_embeddings.safetensors +3 -0
  3. topics.json +0 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "calculate_probabilities": true,
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": false,
14
+ "embedding_model": "distiluse-base-multilingual-cased"
15
+ }
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0887f0cf82708bd9c82c64203b9b7e90b2565d79726c2f875251086561370364
3
+ size 598104
topics.json ADDED
The diff for this file is too large to render. See raw diff