Instructions to use Pisethan/plp-math-gemma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Pisethan/plp-math-gemma with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-27b-it") model = PeftModel.from_pretrained(base_model, "Pisethan/plp-math-gemma") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
86a8f59 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b505411f2e139fc6cca7ec598e53b7193cf5151171bfd61164ae898a26a55f3c
size 5713
|