Instructions to use Noibu/Bertopic_Keybert_Champions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use Noibu/Bertopic_Keybert_Champions with BERTopic:
from bertopic import BERTopic model = BERTopic.load("Noibu/Bertopic_Keybert_Champions") - Notebooks
- Google Colab
- Kaggle
Commit ·
89a8023
1
Parent(s): 92cefb2
adding embeddings
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -107,5 +107,6 @@
|
|
| 107 |
]
|
| 108 |
],
|
| 109 |
"top_n_words": 10,
|
| 110 |
-
"verbose": false
|
|
|
|
| 111 |
}
|
|
|
|
| 107 |
]
|
| 108 |
],
|
| 109 |
"top_n_words": 10,
|
| 110 |
+
"verbose": false,
|
| 111 |
+
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
|
| 112 |
}
|