Instructions to use CodeAtCMU/gemma-3-4b-pt-GenerativePerturbations_full_sft_code_data_120K_flowchart 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_flowchart with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CodeAtCMU/gemma-3-4b-pt-GenerativePerturbations_full_sft_code_data_120K_flowchart", dtype="auto") - Notebooks
- Google Colab
- Kaggle