How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="ElisonSherton/hf-course")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("ElisonSherton/hf-course")
model = AutoModelForMaskedLM.from_pretrained("ElisonSherton/hf-course")
Quick Links

Huggingface Course

This is my first model repo.

This aims to document my progress in going through the huggingface course and my understanding of different libraries provided by huggingface.

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support