Instructions to use laquythang/5bad54b6-e7b2-43d8-bb2e-cbc5d064f10c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/5bad54b6-e7b2-43d8-bb2e-cbc5d064f10c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "laquythang/5bad54b6-e7b2-43d8-bb2e-cbc5d064f10c") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
5ab116a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
size 534194
|