Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Phi3-Personal-AL-V1
|
| 2 |
|
| 3 |
This model is a fine-tuned version of the **Microsoft Phi-3-mini-4k-instruct** architecture. It has been specifically trained using **QLoRA (4-bit quantization)** to provide personalized information about [**Alamin Sarkar**](https://huggingface.co/AlaminSarkar01).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: microsoft/Phi-3-mini-4k-instruct
|
| 4 |
+
tags:
|
| 5 |
+
- phi3
|
| 6 |
+
- lora
|
| 7 |
+
- personalized
|
| 8 |
+
- text-generation
|
| 9 |
+
- fine-tuned
|
| 10 |
+
datasets:
|
| 11 |
+
- custom
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy
|
| 16 |
+
library_name: peft
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# Phi3-Personal-AL-V1
|
| 21 |
|
| 22 |
This model is a fine-tuned version of the **Microsoft Phi-3-mini-4k-instruct** architecture. It has been specifically trained using **QLoRA (4-bit quantization)** to provide personalized information about [**Alamin Sarkar**](https://huggingface.co/AlaminSarkar01).
|