Instructions to use RESEARCH-EMPRM/emprm-v2-a2_support_gemma3_s0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RESEARCH-EMPRM/emprm-v2-a2_support_gemma3_s0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/NetDisk/ingyu/RESEARCH/groundedprm_shared/hf/models--google--gemma-3-12b-it/snapshots/96b6f1eccf38110c56df3a15bffe176da04bfd80") model = PeftModel.from_pretrained(base_model, "RESEARCH-EMPRM/emprm-v2-a2_support_gemma3_s0") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!