Instructions to use Chat-Error/Llama-3-Kimiko-temp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Chat-Error/Llama-3-Kimiko-temp with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "Chat-Error/Llama-3-Kimiko-temp") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c9ab50d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1b76949094c65c044b60756beb00e0353e074b74d5d6cd9905cf1e0ae6d1e5c9
size 671250634
|