Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ Hugging Face 08/18/2025 via [https://huggingface.co/nvidia/NVIDIA-Nemotron-Nano
|
|
72 |
|
73 |
## Reference(s)
|
74 |
|
75 |
-
[NVIDIA Nemotron Nano 2: An Accurate and Efficient Hybrid Mamba-Transformer Reasoning Model](https://
|
76 |
|
77 |
## Model Architecture
|
78 |
|
@@ -407,4 +407,18 @@ NVIDIA believes Trustworthy AI is a shared responsibility and we have establishe
|
|
407 |
|
408 |
For more detailed information on ethical considerations for this model, please see the Model Card++ [Bias](bias.md), [Explainability](explainability.md), [Safety & Security](safety.md), and [Privacy](privacy.md) Subcards.
|
409 |
|
410 |
-
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
## Reference(s)
|
74 |
|
75 |
+
[NVIDIA Nemotron Nano 2: An Accurate and Efficient Hybrid Mamba-Transformer Reasoning Model](https://arxiv.org/abs/2508.14444)
|
76 |
|
77 |
## Model Architecture
|
78 |
|
|
|
407 |
|
408 |
For more detailed information on ethical considerations for this model, please see the Model Card++ [Bias](bias.md), [Explainability](explainability.md), [Safety & Security](safety.md), and [Privacy](privacy.md) Subcards.
|
409 |
|
410 |
+
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
411 |
+
|
412 |
+
## Citation
|
413 |
+
|
414 |
+
```
|
415 |
+
@misc{nvidia2025nvidianemotronnano2,
|
416 |
+
title={NVIDIA Nemotron Nano 2: An Accurate and Efficient Hybrid Mamba-Transformer Reasoning Model},
|
417 |
+
author={NVIDIA},
|
418 |
+
year={2025},
|
419 |
+
eprint={2508.14444},
|
420 |
+
archivePrefix={arXiv},
|
421 |
+
primaryClass={cs.CL},
|
422 |
+
url={https://arxiv.org/abs/2508.14444},
|
423 |
+
}
|
424 |
+
```
|