Instructions to use imdiddu/DUR-bllossom-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use imdiddu/DUR-bllossom-8b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MLP-KTLim/llama-3-Korean-Bllossom-8B") model = PeftModel.from_pretrained(base_model, "imdiddu/DUR-bllossom-8b") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1b08ccf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b898d013a7d972bd8b32e9a2bdebfc6a4fe5a97d4fb81a19a7571f2419eb2141
size 5112
|