Skip to content

Commit 0322b32

Browse files
Add citation (#6077)
* add citation Signed-off-by: ericharper <[email protected]> * update Signed-off-by: ericharper <[email protected]> * remove old citation Signed-off-by: ericharper <[email protected]> * change order Signed-off-by: ericharper <[email protected]> * add few more names Signed-off-by: Oleksii Kuchaiev <[email protected]> * fix Signed-off-by: Oleksii Kuchaiev <[email protected]> --------- Signed-off-by: ericharper <[email protected]> Signed-off-by: Oleksii Kuchaiev <[email protected]> Co-authored-by: Oleksii Kuchaiev <[email protected]> Co-authored-by: Oleksii Kuchaiev <[email protected]>
1 parent b98b5b6 commit 0322b32

File tree

2 files changed

+41
-12
lines changed

2 files changed

+41
-12
lines changed

CITATION.cff

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
title: "NeMo: a toolkit for Conversational AI and Large Language Models"
4+
url: https://nvidia.github.io/NeMo/
5+
repository-code: https://github.com/NVIDIA/NeMo
6+
authors:
7+
- family-names: Harper
8+
given-names: Eric
9+
- family-names: Majumdar
10+
given-names: Somshubra
11+
- family-names: Kuchaiev
12+
given-names: Oleksii
13+
- family-names: Jason
14+
given-names: Li
15+
- family-names: Zhang
16+
given-names: Yang
17+
- family-names: Bakhturina
18+
given-names: Evelina
19+
- family-names: Noroozi
20+
given-names: Vahid
21+
- family-names: Subramanian
22+
given-names: Sandeep
23+
- family-names: Nithin
24+
given-names: Koluguri
25+
- family-names: Jocelyn
26+
given-names: Huang
27+
- family-names: Jia
28+
given-names: Fei
29+
- family-names: Balam
30+
given-names: Jagadeesh
31+
- family-names: Yang
32+
given-names: Xuesong
33+
- family-names: Livne
34+
given-names: Micha
35+
- family-names: Dong
36+
given-names: Yi
37+
- family-names: Naren
38+
given-names: Sean
39+
- family-names: Ginsburg
40+
given-names: Boris
41+

README.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -286,18 +286,6 @@ Publications
286286

287287
We provide an ever growing list of publications that utilize the NeMo framework. Please refer to `PUBLICATIONS.md <https://github.com/NVIDIA/NeMo/tree/stable/PUBLICATIONS.md>`_. We welcome the addition of your own articles to this list !
288288

289-
Citation
290-
--------
291-
292-
.. code-block:: bash
293-
294-
@article{kuchaiev2019nemo,
295-
title={Nemo: a toolkit for building ai applications using neural modules},
296-
author={Kuchaiev, Oleksii and Li, Jason and Nguyen, Huyen and Hrinchuk, Oleksii and Leary, Ryan and Ginsburg, Boris and Kriman, Samuel and Beliaev, Stanislav and Lavrukhin, Vitaly and Cook, Jack and others},
297-
journal={arXiv preprint arXiv:1909.09577},
298-
year={2019}
299-
}
300-
301289
License
302290
-------
303291
NeMo is under `Apache 2.0 license <https://github.com/NVIDIA/NeMo/blob/stable/LICENSE>`_.

0 commit comments

Comments
 (0)