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