Instructions to use Geowg/my-first-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use Geowg/my-first-chatbot with BERTopic:
from bertopic import BERTopic model = BERTopic.load("Geowg/my-first-chatbot") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ metrics:
|
|
| 8 |
- bleu
|
| 9 |
base_model:
|
| 10 |
- microsoft/phi-4
|
|
|
|
| 11 |
new_version: microsoft/phi-4
|
| 12 |
pipeline_tag: zero-shot-classification
|
| 13 |
library_name: bertopic
|
|
|
|
| 8 |
- bleu
|
| 9 |
base_model:
|
| 10 |
- microsoft/phi-4
|
| 11 |
+
- deepseek-ai/DeepSeek-V3
|
| 12 |
new_version: microsoft/phi-4
|
| 13 |
pipeline_tag: zero-shot-classification
|
| 14 |
library_name: bertopic
|