PEFT
TensorBoard
Safetensors
phi3
trl
sft
Generated from Trainer
custom_code
4-bit precision
bitsandbytes
Instructions to use dhanishetty/phi-3-mini-QLoRA_Adapters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dhanishetty/phi-3-mini-QLoRA_Adapters with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "dhanishetty/phi-3-mini-QLoRA_Adapters") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,8 @@ This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https:/
|
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 0.4578
|
| 26 |
|
|
|
|
|
|
|
| 27 |
## Model description
|
| 28 |
|
| 29 |
More information needed
|
|
|
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 0.4578
|
| 26 |
|
| 27 |
+
## Platform - *** Trained on Google Colab ***
|
| 28 |
+
|
| 29 |
## Model description
|
| 30 |
|
| 31 |
More information needed
|