Instructions to use CreatorPhan/lora_scratch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CreatorPhan/lora_scratch with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/d/VTS/anhpn46/vietcuna-3b") model = PeftModel.from_pretrained(base_model, "CreatorPhan/lora_scratch") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
228f9b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5d81d9b2c9d9db79ea02c00d4c7e79bb77a718dc57ab01f5f3b1cd6649f08993
size 14500569
|