PEFT
TensorBoard
Safetensors
phi3
trl
sft
Generated from Trainer
custom_code
4-bit precision
bitsandbytes
Instructions to use CitrusBoy/FinetunedModelV2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CitrusBoy/FinetunedModelV2.0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct") model = PeftModel.from_pretrained(base_model, "CitrusBoy/FinetunedModelV2.0") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4c509d1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a6cf6fe4098f6dd76bef646a9d7e563bd50dd8ffe272dee9ad7acce2424d23ac
size 4920
|