Instructions to use mtzig/debug_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mtzig/debug_test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyPixel/small-llama2") model = PeftModel.from_pretrained(base_model, "mtzig/debug_test") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a1e8539 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fdf34a31a8e9e853205f1d3f6df98ad485e43b771d7e28d9bf34869cc8ccf479
size 535421200
|