Instructions to use dbg-adapter/enumeration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dbg-adapter/enumeration with PEFT:
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/enumeration") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e1b822a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4f06bb12e8250c4b3417a3e2e7bc34edc5feb40d5323578368351bf7e83a568
size 20015968
|