Instructions to use CodeAtCMU/gemma-3-4b-pt_full_sft_code_data_120K_replace_variables with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CodeAtCMU/gemma-3-4b-pt_full_sft_code_data_120K_replace_variables with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CodeAtCMU/gemma-3-4b-pt_full_sft_code_data_120K_replace_variables", dtype="auto") - Notebooks
- Google Colab
- Kaggle