Update README.md
Browse files* Parameter-efficient, instruction-fine-tuned phi-4-mini model.
* Uses LoRA for fine-tuning.
* Trained on LinkedIn posts from various themes.
README.md
CHANGED
|
@@ -4,4 +4,7 @@ language:
|
|
| 4 |
base_model:
|
| 5 |
- microsoft/Phi-4-mini-instruct
|
| 6 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
base_model:
|
| 5 |
- microsoft/Phi-4-mini-instruct
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- professional
|
| 9 |
+
- linkedin
|
| 10 |
---
|