Instructions to use ProTema/first-start with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use ProTema/first-start with BERTopic:
from bertopic import BERTopic model = BERTopic.load("ProTema/first-start") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
41a71fd | 1 2 3 4 5 6 7 8 9 10 11 | .Wrapper {
width: 100%;
max-width: 1240px;
padding: 0 50px;
margin: 0 auto;
}
.primary {
max-width: 900px;
}
|