Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/phi-3.5-mini-instruct-bnb-4bit
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -15,10 +14,22 @@ pipeline_tag: text-generation
|
|
15 |
|
16 |
# Uploaded model
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
- **Developed by:** Pinkstack
|
19 |
- **License:** apache-2.0
|
20 |
- **Finetuned from model :** unsloth/phi-3.5-mini-instruct-bnb-4bit
|
21 |
|
22 |
-
This llama model was trained
|
23 |
|
24 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- text-generation-inference
|
4 |
- transformers
|
|
|
14 |
|
15 |
# Uploaded model
|
16 |
|
17 |
+
This model has gotten extra training parameters, We trained with [this](https://huggingface.co/datasets/gghfez/QwQ-LongCoT-130K-cleaned) dataset.
|
18 |
+
|
19 |
+
To use this model, you must use a service which supports it.GGUF file format.
|
20 |
+
Additionaly, this is the Prompt Template, it uses the Phi-3 template.
|
21 |
+
|
22 |
+
{{ if .System }}<|system|>
|
23 |
+
{{ .System }}<|end|>
|
24 |
+
{{ end }}{{ if .Prompt }}<|user|>
|
25 |
+
{{ .Prompt }}<|end|>
|
26 |
+
{{ end }}<|assistant|>
|
27 |
+
{{ .Response }}<|end|>
|
28 |
+
|
29 |
- **Developed by:** Pinkstack
|
30 |
- **License:** apache-2.0
|
31 |
- **Finetuned from model :** unsloth/phi-3.5-mini-instruct-bnb-4bit
|
32 |
|
33 |
+
This llama model was trained with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
34 |
|
35 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|