Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -21,7 +22,7 @@ datasets:
|
|
21 |
|
22 |
- **Developed by:** win10
|
23 |
- **License:** apache-2.0
|
24 |
-
- **Finetuned from model :** unsloth/phi-4
|
25 |
|
26 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
27 |
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/phi-4-unsloth-bnb-4bit
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
|
|
22 |
|
23 |
- **Developed by:** win10
|
24 |
- **License:** apache-2.0
|
25 |
+
- **Finetuned from model :** unsloth/phi-4-unsloth-bnb-4bit
|
26 |
|
27 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
28 |
|