update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,10 @@ license_link: LICENSE
|
|
18 |
</a>
|
19 |
</div>
|
20 |
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## 1. Introduction
|
23 |
|
@@ -239,7 +243,17 @@ print("Generated text: \n", tokenizer.decode(generation_output[0], skip_special_
|
|
239 |
|
240 |
INF-34B series (including Base and Chat) support commercial applications under a permissive [License](https://github.com/infly-ai/INF-LLM/blob/main/LICENSE).
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
|
243 |
-
##
|
244 |
|
245 |
If you have any questions or seek for cooperation, please contact us at [bd@infteach.ai](mailto:bd@infteach.ai).
|
|
|
18 |
</a>
|
19 |
</div>
|
20 |
|
21 |
+
<p align="center">
|
22 |
+
<a href="https://www.infly.cn/en/research"><b>Paper Link</b></a>
|
23 |
+
</p>
|
24 |
+
|
25 |
|
26 |
## 1. Introduction
|
27 |
|
|
|
243 |
|
244 |
INF-34B series (including Base and Chat) support commercial applications under a permissive [License](https://github.com/infly-ai/INF-LLM/blob/main/LICENSE).
|
245 |
|
246 |
+
## 7. Citation
|
247 |
+
|
248 |
+
```
|
249 |
+
@article{inf-llm,
|
250 |
+
author = {INF-Team},
|
251 |
+
title = {INF’s Open-Source Large Language Models},
|
252 |
+
year = {2024},
|
253 |
+
url = {https://github.com/infly-ai/INF-LLM}
|
254 |
+
}
|
255 |
+
```
|
256 |
|
257 |
+
## 8. Contact
|
258 |
|
259 |
If you have any questions or seek for cooperation, please contact us at [bd@infteach.ai](mailto:bd@infteach.ai).
|