Instructions to use officialamit558/Test_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use officialamit558/Test_Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="officialamit558/Test_Model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("officialamit558/Test_Model") model = AutoModelForMaskedLM.from_pretrained("officialamit558/Test_Model", device_map="auto") - Notebooks
- Google Colab
- Kaggle