How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForTokenClassification

base_model = AutoModelForTokenClassification.from_pretrained("gguichard/camembert-large-resaved")
model = PeftModel.from_pretrained(base_model, "dbg-adapter/chien")

Training procedure

Framework versions

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