khang119966 commited on
Commit
80a9f34
1 Parent(s): 60cc0bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -284,4 +284,18 @@ print(f'User: {question}\nAssistant: {response}')
284
  #question = "Câu hỏi khác ......"
285
  #response, history = model.chat(tokenizer, pixel_values, question, generation_config, history=history, return_history=True)
286
  #print(f'User: {question}\nAssistant: {response}')
287
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
284
  #question = "Câu hỏi khác ......"
285
  #response, history = model.chat(tokenizer, pixel_values, question, generation_config, history=history, return_history=True)
286
  #print(f'User: {question}\nAssistant: {response}')
287
+ ```
288
+
289
+ ## Citation
290
+
291
+ ```
292
+ @misc{doan2024vintern1befficientmultimodallarge,
293
+ title={Vintern-1B: An Efficient Multimodal Large Language Model for Vietnamese},
294
+ author={Khang T. Doan and Bao G. Huynh and Dung T. Hoang and Thuc D. Pham and Nhat H. Pham and Quan T. M. Nguyen and Bang Q. Vo and Suong N. Hoang},
295
+ year={2024},
296
+ eprint={2408.12480},
297
+ archivePrefix={arXiv},
298
+ primaryClass={cs.LG},
299
+ url={https://arxiv.org/abs/2408.12480},
300
+ }
301
+ ```