Instructions to use Cherran/translate_model_llama3.1_inst8b_sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Cherran/translate_model_llama3.1_inst8b_sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Cherran/translate_model_llama3.1_inst8b_sft") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
3bb95ab | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4e595d944a9e9fbc2a29d0d5b2c69f8bef6290e0cc6b87819ca3a930a8830d9
size 14308
|