Instructions to use igzi/lora-glue_mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use igzi/lora-glue_mrpc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "igzi/lora-glue_mrpc") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ed2654f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:67a23e688ff05cf8017a999e3d07036cfa70dfa5ac3253e71a9180d9492b5922
size 5240
|