Instructions to use vertings6/a9529a09-9e01-4c59-a639-d541417db19e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vertings6/a9529a09-9e01-4c59-a639-d541417db19e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "vertings6/a9529a09-9e01-4c59-a639-d541417db19e") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
37c4773 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f706d544cc95d8a78fa53db149a9e23155db1e38edce5729d006121e55b4625e
size 6776
|