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:748ea5b51b58dd01ee3d470ce0bba4e2120e73616f1e7eb47e98f705b4960395
size 39409357
|