Pankaj Mathur
commited on
Commit
•
c124536
1
Parent(s):
abb6ec3
Update README.md
Browse files
README.md
CHANGED
@@ -112,4 +112,33 @@ If you found [alpaca_orca_open_llama_3b](psmathur/alpaca_orca_open_llama_3b) use
|
|
112 |
journal = {GitHub repository, HuggingFace repository},
|
113 |
howpublished = {\url{https://github.com/pankajarm/alpaca_orca_open_llama_3b}, \url{https://https://huggingface.co/psmathur/alpaca_orca_open_llama_3b}},
|
114 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
```
|
|
|
112 |
journal = {GitHub repository, HuggingFace repository},
|
113 |
howpublished = {\url{https://github.com/pankajarm/alpaca_orca_open_llama_3b}, \url{https://https://huggingface.co/psmathur/alpaca_orca_open_llama_3b}},
|
114 |
}
|
115 |
+
```
|
116 |
+
```
|
117 |
+
@software{openlm2023openllama,
|
118 |
+
author = {Xinyang Geng and Hao Liu},
|
119 |
+
title = {OpenLLaMA: An Open Reproduction of LLaMA},
|
120 |
+
month = May,
|
121 |
+
year = 2023,
|
122 |
+
url = {https://github.com/openlm-research/open_llama}
|
123 |
+
}
|
124 |
+
```
|
125 |
+
```
|
126 |
+
@misc{openalpaca,
|
127 |
+
author = {Yixuan Su and Tian Lan and Deng Cai},
|
128 |
+
title = {OpenAlpaca: A Fully Open-Source Instruction-Following Model Based On OpenLLaMA},
|
129 |
+
year = {2023},
|
130 |
+
publisher = {GitHub},
|
131 |
+
journal = {GitHub repository},
|
132 |
+
howpublished = {\url{https://github.com/yxuansu/OpenAlpaca}},
|
133 |
+
}
|
134 |
+
```
|
135 |
+
```
|
136 |
+
@misc{alpaca,
|
137 |
+
author = {Rohan Taori and Ishaan Gulrajani and Tianyi Zhang and Yann Dubois and Xuechen Li and Carlos Guestrin and Percy Liang and Tatsunori B. Hashimoto },
|
138 |
+
title = {Stanford Alpaca: An Instruction-following LLaMA model},
|
139 |
+
year = {2023},
|
140 |
+
publisher = {GitHub},
|
141 |
+
journal = {GitHub repository},
|
142 |
+
howpublished = {\url{https://github.com/tatsu-lab/stanford_alpaca}},
|
143 |
+
}
|
144 |
```
|