Fakhraddin
commited on
Commit
•
4567d88
1
Parent(s):
a477a18
Update README.md
Browse files
README.md
CHANGED
@@ -40,4 +40,21 @@ outputs = model.generate(
|
|
40 |
)
|
41 |
generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
|
42 |
print(generated_text)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
```
|
|
|
40 |
)
|
41 |
generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].strip()
|
42 |
print(generated_text)
|
43 |
+
```
|
44 |
+
# Citation
|
45 |
+
|
46 |
+
If you use this model, please cite the following paper:
|
47 |
+
|
48 |
+
|
49 |
+
```bibtex
|
50 |
+
@inproceedings{alwajih2024peacock,
|
51 |
+
title = {Peacock: A Family of Arabic Multimodal Large Language Models and Benchmarks},
|
52 |
+
author = {Alwajih, Fakhraddin and Nagoudi, El Moatez Billah and Bhatia, Gagan and Mohamed, Abdelrahman and Abdul-Mageed, Muhammad},
|
53 |
+
booktitle = {Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
|
54 |
+
pages = {12753--12776},
|
55 |
+
year = {2024},
|
56 |
+
address = {Bangkok, Thailand},
|
57 |
+
publisher = {Association for Computational Linguistics},
|
58 |
+
url = {https://aclanthology.org/2024.acl-long.689}
|
59 |
+
}
|
60 |
```
|