Instructions to use mdarhri00/peft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mdarhri00/peft with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("bert-base-multilingual-cased") model = PeftModel.from_pretrained(base_model, "mdarhri00/peft") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1 opened almost 3 years ago
by
librarian-bot