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: 129 Bytes
6a099f2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9273118eb186488f2292c6f05e5a773c935e52d5fbabac636ad005038eafe68a
size 4920
|