Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,18 @@ tags:
|
|
16 |
This model was converted to GGUF format from [`nvidia/OpenReasoning-Nemotron-7B`](https://huggingface.co/nvidia/OpenReasoning-Nemotron-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/nvidia/OpenReasoning-Nemotron-7B) for more details on the model.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Use with llama.cpp
|
20 |
Install llama.cpp through brew (works on Mac and Linux)
|
21 |
|
|
|
16 |
This model was converted to GGUF format from [`nvidia/OpenReasoning-Nemotron-7B`](https://huggingface.co/nvidia/OpenReasoning-Nemotron-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/nvidia/OpenReasoning-Nemotron-7B) for more details on the model.
|
18 |
|
19 |
+
---
|
20 |
+
OpenReasoning-Nemotron-7B is a large language model (LLM) which is a
|
21 |
+
derivative of Qwen2.5-7B-Instruct (AKA the reference model). It is a
|
22 |
+
reasoning model that is post-trained for reasoning about math, code and
|
23 |
+
science solution generation. We evaluated this model with up to 64K
|
24 |
+
output tokens. The OpenReasoning model is available in the following
|
25 |
+
sizes: 1.5B, 7B and 14B and 32B.
|
26 |
+
|
27 |
+
|
28 |
+
This model is ready for commercial/non-commercial research use.
|
29 |
+
|
30 |
+
---
|
31 |
## Use with llama.cpp
|
32 |
Install llama.cpp through brew (works on Mac and Linux)
|
33 |
|