Instructions to use nouman-10/unsupervised-exist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nouman-10/unsupervised-exist with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nouman-10/unsupervised-exist")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nouman-10/unsupervised-exist") model = AutoModelForMaskedLM.from_pretrained("nouman-10/unsupervised-exist") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1 opened over 2 years ago
by
librarian-bot