Instructions to use SOULAMA/CodeLlama-7b-Python-hf-fine-tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SOULAMA/CodeLlama-7b-Python-hf-fine-tuning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SOULAMA/CodeLlama-7b-Python-hf-fine-tuning", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K