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