PEFT
Safetensors
GGUF
English
unsloth
lora
sft
trl
torch
datasets
bitsandbytes
4bit
q8_0
colab
chat-template
fastlanguagemodel
Instructions to use Rakushaking/llm-jp-3-13b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rakushaking/llm-jp-3-13b-it with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("llm-jp/llm-jp-3-13b") model = PeftModel.from_pretrained(base_model, "Rakushaking/llm-jp-3-13b-it") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!