NeMo
PyTorch
English
text generation
causal-lm
aklife97 commited on
Commit
87fb090
1 Parent(s): 7f79061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,7 +22,7 @@ img {
22
 
23
  ## Model Description
24
 
25
- SteerLM Llama-2 is a 13 billion parameter generative language model based on the open-source Llama-2 architecture. It has been customized using the SteerLM method developed by NVIDIA to allow for user control of model outputs during inference.
26
 
27
  Key capabilities enabled by SteerLM:
28
 
@@ -154,6 +154,7 @@ Meta’s Llama2 model was trained on publicly available data sources that could
154
 
155
  ## References
156
 
 
157
  * [Meta Llama 2 on Hugging Face](https://huggingface.co/meta-llama)
158
  * [Meta Llama 2 paper](https://arxiv.org/abs/2307.09288)
159
  * [NVIDIA NeMo Toolkit](https://github.com/NVIDIA/NeMo)
 
22
 
23
  ## Model Description
24
 
25
+ [SteerLM](https://arxiv.org/abs/2310.05344) Llama-2 is a 13 billion parameter generative language model based on the open-source Llama-2 architecture. It has been customized using the SteerLM method developed by NVIDIA to allow for user control of model outputs during inference.
26
 
27
  Key capabilities enabled by SteerLM:
28
 
 
154
 
155
  ## References
156
 
157
+ * [SteerLM paper](https://arxiv.org/abs/2310.05344)
158
  * [Meta Llama 2 on Hugging Face](https://huggingface.co/meta-llama)
159
  * [Meta Llama 2 paper](https://arxiv.org/abs/2307.09288)
160
  * [NVIDIA NeMo Toolkit](https://github.com/NVIDIA/NeMo)