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: 132 Bytes
dbe3485 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ac4a083e42c91bd553768143206bbda30f36ba781883451a1b2627cc5103d6f7
size 6832600
|