Instructions to use Gabriel2502/code-millenials-34b-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gabriel2502/code-millenials-34b-v5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("budecosystem/code-millenials-34b") model = PeftModel.from_pretrained(base_model, "Gabriel2502/code-millenials-34b-v5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K