Triangle104
commited on
Commit
•
4e4b6e4
1
Parent(s):
e9244a2
Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,15 @@ tags:
|
|
26 |
This model was converted to GGUF format from [`prithivMLmods/Llama-3.1-8B-Open-SFT`](https://huggingface.co/prithivMLmods/Llama-3.1-8B-Open-SFT) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
27 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Llama-3.1-8B-Open-SFT) for more details on the model.
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Use with llama.cpp
|
30 |
Install llama.cpp through brew (works on Mac and Linux)
|
31 |
|
|
|
26 |
This model was converted to GGUF format from [`prithivMLmods/Llama-3.1-8B-Open-SFT`](https://huggingface.co/prithivMLmods/Llama-3.1-8B-Open-SFT) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
27 |
Refer to the [original model card](https://huggingface.co/prithivMLmods/Llama-3.1-8B-Open-SFT) for more details on the model.
|
28 |
|
29 |
+
---
|
30 |
+
Model details:
|
31 |
+
-
|
32 |
+
The Llama-3.1-8B-Open-SFT model is a fine-tuned version of meta-llama/Llama-3.1-8B-Instruct,
|
33 |
+
designed for advanced text generation tasks, including conversational
|
34 |
+
interactions, question answering, and chain-of-thought reasoning. This
|
35 |
+
model leverages Supervised Fine-Tuning (SFT) using the O1-OPEN/OpenO1-SFT dataset to provide enhanced performance in context-sensitive and instruction-following tasks.
|
36 |
+
|
37 |
+
---
|
38 |
## Use with llama.cpp
|
39 |
Install llama.cpp through brew (works on Mac and Linux)
|
40 |
|