Triangle104 commited on
Commit
8441d43
·
verified ·
1 Parent(s): c9c970f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -19,6 +19,30 @@ tags:
19
  This model was converted to GGUF format from [`nvidia/Llama-3.1-Nemotron-Nano-8B-v1`](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
20
  Refer to the [original model card](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1) for more details on the model.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ## Use with llama.cpp
23
  Install llama.cpp through brew (works on Mac and Linux)
24
 
 
19
  This model was converted to GGUF format from [`nvidia/Llama-3.1-Nemotron-Nano-8B-v1`](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
20
  Refer to the [original model card](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-8B-v1) for more details on the model.
21
 
22
+ ---
23
+ Llama-3.1-Nemotron-Nano-8B-v1 is a large language model (LLM) which is a derivative of Meta Llama-3.1-8B-Instruct
24
+ (AKA the reference model). It is a reasoning model that is post trained
25
+ for reasoning, human chat preferences, and tasks, such as RAG and tool
26
+ calling.
27
+
28
+
29
+ Llama-3.1-Nemotron-Nano-8B-v1 is a model which offers a great
30
+ tradeoff between model accuracy and efficiency. It is created from Llama
31
+ 3.1 8B Instruct and offers improvements in model accuracy. The model
32
+ fits on a single RTX GPU and can be used locally. The model supports a
33
+ context length of 128K.
34
+
35
+
36
+ This model underwent a multi-phase post-training process to enhance
37
+ both its reasoning and non-reasoning capabilities. This includes a
38
+ supervised fine-tuning stage for Math, Code, Reasoning, and Tool Calling
39
+ as well as multiple reinforcement learning (RL) stages using REINFORCE
40
+ (RLOO) and Online Reward-aware Preference Optimization (RPO) algorithms
41
+ for both chat and instruction-following. The final model checkpoint is
42
+ obtained after merging the final SFT and Online RPO checkpoints.
43
+ Improved using Qwen.
44
+
45
+ ---
46
  ## Use with llama.cpp
47
  Install llama.cpp through brew (works on Mac and Linux)
48