Instructions to use wesley7137/MetaMath-CodeLlama-Python-7B-V1-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wesley7137/MetaMath-CodeLlama-Python-7B-V1-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Python-hf") model = PeftModel.from_pretrained(base_model, "wesley7137/MetaMath-CodeLlama-Python-7B-V1-lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9947c3a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf8ca798c3827b6a534c0e4b1fa4c4027be75a6b8212b7ae1951a91b5521e9ae
size 134235048
|