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