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