Instructions to use Ikeofai/learn-python-easy-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ikeofai/learn-python-easy-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "Ikeofai/learn-python-easy-v2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
dbe3485 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ad3a0021d64851a1e8920ca6407e634aab14c7764d81394199f55c8faef2493
size 4920
|