Instructions to use mrhunghd/20155cb9-2db0-41eb-9727-5c5a21d69e1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrhunghd/20155cb9-2db0-41eb-9727-5c5a21d69e1b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("oopsung/llama2-7b-koNqa-test-v1") model = PeftModel.from_pretrained(base_model, "mrhunghd/20155cb9-2db0-41eb-9727-5c5a21d69e1b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
1fa1758 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c2dfed55bcd90bfbddc014fe093aa42e87ae541628f31194c88d9c545f9c2748
size 80115210
|