Instructions to use ybelkada/opt-125m-debug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ybelkada/opt-125m-debug with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ybelkada/opt-125m-debug")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ybelkada/opt-125m-debug") model = AutoModel.from_pretrained("ybelkada/opt-125m-debug") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#4 opened about 3 years ago
by
pszemraj
Update config.json
#3 opened almost 4 years ago
by
ArthurZ
Update config.json
#2 opened almost 4 years ago
by
ArthurZ