Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,14 @@ library_name: transformers
|
|
20 |
This model was converted to GGUF format from [`itsnebulalol/Llama-3.2-Nemotron-3B-Instruct`](https://huggingface.co/itsnebulalol/Llama-3.2-Nemotron-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
21 |
Refer to the [original model card](https://huggingface.co/itsnebulalol/Llama-3.2-Nemotron-3B-Instruct) for more details on the model.
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
## Use with llama.cpp
|
24 |
Install llama.cpp through brew (works on Mac and Linux)
|
25 |
|
|
|
20 |
This model was converted to GGUF format from [`itsnebulalol/Llama-3.2-Nemotron-3B-Instruct`](https://huggingface.co/itsnebulalol/Llama-3.2-Nemotron-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
21 |
Refer to the [original model card](https://huggingface.co/itsnebulalol/Llama-3.2-Nemotron-3B-Instruct) for more details on the model.
|
22 |
|
23 |
+
---
|
24 |
+
Model details:
|
25 |
+
-
|
26 |
+
This is a finetune of meta-llama/Llama-3.2-3B-Instruct (specifically, unsloth/Llama-3.2-3B-Instruct-bnb-4bit).
|
27 |
+
|
28 |
+
It was trained on the nvidia/HelpSteer2 dataset, similar to nvidia/Llama-3.1-Nemotron-70B-Instruct-HF, using Unsloth.
|
29 |
+
|
30 |
+
---
|
31 |
## Use with llama.cpp
|
32 |
Install llama.cpp through brew (works on Mac and Linux)
|
33 |
|