PEFT
TensorBoard
Safetensors
gemma
alignment-handbook
trl
sft
Generated from Trainer
4-bit precision
bitsandbytes
Instructions to use chansung/coding_llamaduo_60k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chansung/coding_llamaduo_60k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b") model = PeftModel.from_pretrained(base_model, "chansung/coding_llamaduo_60k") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fce7419 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f54155ffe19649e3fa26361e47f2a82ead510e704fb042931259d324ed133746
size 5176
|