Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Valencio/LLM_course_MLM_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Valencio/LLM_course_MLM_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Valencio/LLM_course_MLM_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Valencio/LLM_course_MLM_model") model = AutoModelForSequenceClassification.from_pretrained("Valencio/LLM_course_MLM_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0b67ad8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d75b9357edb236bcc253d92ceaae9c666a6c88cd4ae072a95f96c2415251686c
size 5201
|