Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ datasets:
|
|
7 |
language:
|
8 |
- ja
|
9 |
- en
|
|
|
10 |
---
|
11 |
|
12 |
|
@@ -172,11 +173,11 @@ print(output)
|
|
172 |
---
|
173 |
|
174 |
# How to cite
|
175 |
-
|
176 |
@misc{rinna-bilingual-gpt-neox-4b-minigpt4,
|
177 |
title = {rinna/bilingual-gpt-neox-4b-minigpt4},
|
178 |
author = {Mitsuda, Koh and Zhao, Tianyu and Sawada, Kei},
|
179 |
-
url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b-minigpt4}
|
180 |
}
|
181 |
|
182 |
@inproceedings{sawada2024release,
|
@@ -185,9 +186,11 @@ print(output)
|
|
185 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
186 |
month = {5},
|
187 |
year = {2024},
|
188 |
-
|
|
|
|
|
189 |
}
|
190 |
-
|
191 |
|
192 |
---
|
193 |
|
|
|
7 |
language:
|
8 |
- ja
|
9 |
- en
|
10 |
+
pipeline_tag: image-text-to-text
|
11 |
---
|
12 |
|
13 |
|
|
|
173 |
---
|
174 |
|
175 |
# How to cite
|
176 |
+
```bibtex
|
177 |
@misc{rinna-bilingual-gpt-neox-4b-minigpt4,
|
178 |
title = {rinna/bilingual-gpt-neox-4b-minigpt4},
|
179 |
author = {Mitsuda, Koh and Zhao, Tianyu and Sawada, Kei},
|
180 |
+
url = {https://huggingface.co/rinna/bilingual-gpt-neox-4b-minigpt4}
|
181 |
}
|
182 |
|
183 |
@inproceedings{sawada2024release,
|
|
|
186 |
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
187 |
month = {5},
|
188 |
year = {2024},
|
189 |
+
pages = {13898--13905},
|
190 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
191 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
192 |
}
|
193 |
+
```
|
194 |
|
195 |
---
|
196 |
|