Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -18,14 +19,16 @@ language:
|
|
18 |
pipeline_tag: text-generation
|
19 |
---
|
20 |
|
21 |
-
Phi-4 that has been tuned to be more advanced at reasoning.
|
22 |
|
23 |
Unlike other Parm models we had to optimize out fine tuning process to ensure accuracy while still being able to release this model. **Training loss: 0.443800**
|
24 |
|
|
|
|
|
25 |
# Uploaded model
|
26 |
|
27 |
- **Developed by:** Pinkstack
|
28 |
- **License:** MIT
|
29 |
-
- **Finetuned from model :**
|
30 |
|
31 |
This phi-4 model was trained with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- microsoft/phi-4
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
|
|
19 |
pipeline_tag: text-generation
|
20 |
---
|
21 |
|
22 |
+
Phi-4 that has been tuned to be more advanced at reasoning. Parm magic 😉
|
23 |
|
24 |
Unlike other Parm models we had to optimize out fine tuning process to ensure accuracy while still being able to release this model. **Training loss: 0.443800**
|
25 |
|
26 |
+
NOTE: THIS MODEL IS NOT FINISHED YET!
|
27 |
+
|
28 |
# Uploaded model
|
29 |
|
30 |
- **Developed by:** Pinkstack
|
31 |
- **License:** MIT
|
32 |
+
- **Finetuned from model :** microsoft/phi-4
|
33 |
|
34 |
This phi-4 model was trained with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|