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: 127 Bytes
175be7c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a1dfd6a242243a4b69da8f2a9977ae85546e1695b92efe0a994b91f51d5df1ce
size 60
|