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: 125 Bytes
41a71fd | 1 2 3 | export { HInput } from './rhfFields/HInput/HInput';
export { HRadioButtons } from './rhfFields/HRadioButtons/HRadioButtons';
|