Commit
·
4ce45b5
1
Parent(s):
a270f4d
Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ print(get_response(text))
|
|
81 |
- **License:** Apache 2.0
|
82 |
- **Input:** Text only data.
|
83 |
- **Output:** Model generates text.
|
84 |
-
- **Paper :** [Jais and Jais-chat: Arabic-Centric Foundation and Instruction-Tuned Open Generative Large Language Models](https://
|
85 |
- **Demo :** [Access here](https://arabic-gpt.ai)
|
86 |
|
87 |
|
@@ -201,16 +201,20 @@ Detailed comparisons in both languages and evaluation dataset details can be fou
|
|
201 |
|
202 |
|
203 |
|
204 |
-
<!--
|
205 |
-
## Citation [optional]
|
206 |
|
207 |
-
|
208 |
|
209 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
|
211 |
-
|
212 |
|
213 |
-
[More Information Needed]
|
214 |
-
-->
|
215 |
|
216 |
Copyright Inception Institute of Artificial Intelligence Ltd.
|
|
|
81 |
- **License:** Apache 2.0
|
82 |
- **Input:** Text only data.
|
83 |
- **Output:** Model generates text.
|
84 |
+
- **Paper :** [Jais and Jais-chat: Arabic-Centric Foundation and Instruction-Tuned Open Generative Large Language Models](https://arxiv.org/abs/2308.16149)
|
85 |
- **Demo :** [Access here](https://arabic-gpt.ai)
|
86 |
|
87 |
|
|
|
201 |
|
202 |
|
203 |
|
|
|
|
|
204 |
|
205 |
+
## Citation
|
206 |
|
207 |
+
```
|
208 |
+
@misc{sengupta2023jais,
|
209 |
+
title={Jais and Jais-chat: Arabic-Centric Foundation and Instruction-Tuned Open Generative Large Language Models},
|
210 |
+
author={Neha Sengupta and Sunil Kumar Sahu and Bokang Jia and Satheesh Katipomu and Haonan Li and Fajri Koto and Osama Mohammed Afzal and Samta Kamboj and Onkar Pandit and Rahul Pal and Lalit Pradhan and Zain Muhammad Mujahid and Massa Baali and Alham Fikri Aji and Zhengzhong Liu and Andy Hock and Andrew Feldman and Jonathan Lee and Andrew Jackson and Preslav Nakov and Timothy Baldwin and Eric Xing},
|
211 |
+
year={2023},
|
212 |
+
eprint={2308.16149},
|
213 |
+
archivePrefix={arXiv},
|
214 |
+
primaryClass={cs.CL}
|
215 |
+
}
|
216 |
|
217 |
+
```
|
218 |
|
|
|
|
|
219 |
|
220 |
Copyright Inception Institute of Artificial Intelligence Ltd.
|