D0men1c0 commited on
Commit
b6eb4fe
·
verified ·
1 Parent(s): ba6d952

Add BERTopic model

Browse files
Files changed (7) hide show
  1. config.json +2 -1
  2. images/-1.jpg +0 -0
  3. images/0.jpg +0 -0
  4. images/1.jpg +0 -0
  5. images/2.jpg +0 -0
  6. images/3.jpg +0 -0
  7. topics.json +2 -2
config.json CHANGED
@@ -12,5 +12,6 @@
12
  "top_n_words": 5,
13
  "verbose": true,
14
  "zeroshot_min_similarity": 0.7,
15
- "zeroshot_topic_list": null
 
16
  }
 
12
  "top_n_words": 5,
13
  "verbose": true,
14
  "zeroshot_min_similarity": 0.7,
15
+ "zeroshot_topic_list": null,
16
+ "embedding_model": "clip-ViT-B-32"
17
  }
images/-1.jpg CHANGED
images/0.jpg CHANGED
images/1.jpg CHANGED
images/2.jpg CHANGED
images/3.jpg CHANGED
topics.json CHANGED
@@ -3154,7 +3154,6 @@
3154
  "custom_labels": null,
3155
  "_outliers": 1,
3156
  "topic_aspects": {
3157
- "Visual_Aspect": true,
3158
  "KeyBERTInspired": {
3159
  "-1": [
3160
  [
@@ -3366,6 +3365,7 @@
3366
  0.8822625279426575
3367
  ]
3368
  ]
3369
- }
 
3370
  }
3371
  }
 
3154
  "custom_labels": null,
3155
  "_outliers": 1,
3156
  "topic_aspects": {
 
3157
  "KeyBERTInspired": {
3158
  "-1": [
3159
  [
 
3365
  0.8822625279426575
3366
  ]
3367
  ]
3368
+ },
3369
+ "Visual_Aspect": true
3370
  }
3371
  }