Instructions to use AmirMohseni/curvebench-gemma-3-12b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AmirMohseni/curvebench-gemma-3-12b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-12b-it") model = PeftModel.from_pretrained(base_model, "AmirMohseni/curvebench-gemma-3-12b") - Notebooks
- Google Colab
- Kaggle
| { | |
| "total_flos": 0.0, | |
| "train_loss": 1.7647783374741266e-06, | |
| "train_runtime": 1084.2338, | |
| "train_samples": 40, | |
| "train_samples_per_second": 47.222, | |
| "train_steps_per_second": 0.369 | |
| } |