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
| @import '@/app/globalStyles/config/mixin.scss'; | |
| .Cell { | |
| display: block; | |
| } | |
| .content { | |
| position: relative; | |
| height: 100%; | |
| } | |
| .name { | |
| display: block; | |
| margin-bottom: 8px; | |
| font-size: 16px; | |
| color: var(--t-primery-c); | |
| } | |
| .data { | |
| position: relative; | |
| //padding: 19px; | |
| background-color: var(--s-inverted-c); | |
| border: 1px solid var(--s-secondary-c-7); | |
| border-radius: 12px; | |
| transition: 0.5s; | |
| @include before_768 { | |
| padding: 12px 16px; | |
| } | |
| } | |
| .note { | |
| margin-top: 4px; | |
| font-size: 12px; | |
| font-weight: 400; | |
| color: var(--s-secondary-c-5); | |
| } | |
| .errorMessage { | |
| margin-top: 6px; | |
| font-size: 14px; | |
| line-height: 140%; | |
| color: var(--error-primery-color); | |
| } | |