Instructions to use tomashs/cowese_binarycls_beto_top2vec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tomashs/cowese_binarycls_beto_top2vec with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForSequenceClassificationWithTopics tokenizer = AutoTokenizer.from_pretrained("tomashs/cowese_binarycls_beto_top2vec") model = BertForSequenceClassificationWithTopics.from_pretrained("tomashs/cowese_binarycls_beto_top2vec") - Notebooks
- Google Colab
- Kaggle
Ctrl+K