Question Answering
PEFT
TensorBoard
Safetensors
mistral
trl
sft
Generated from Trainer
4-bit precision
bitsandbytes
Instructions to use Ikeofai/learn-python-easy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ikeofai/learn-python-easy with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "Ikeofai/learn-python-easy") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6a099f2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:54339d143d5c1e029aa9a2ecdd3d2d56c2a154a9a701b38307960c77f4c48644
size 1132556184
|