Instructions to use CodeAtCMU/gemma-3-1b-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-1b-pt_full_sft_code_data_120K_replace_variables with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CodeAtCMU/gemma-3-1b-pt_full_sft_code_data_120K_replace_variables", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token_id": 2, | |
| "cache_implementation": "hybrid", | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 1, | |
| 106 | |
| ], | |
| "pad_token_id": 0, | |
| "top_k": 64, | |
| "top_p": 0.95, | |
| "transformers_version": "4.52.1" | |
| } | |