Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,7 @@ with torch.no_grad():
|
|
45 |
print("Predicted answer:", model.config.id2label[idx]) # prints: màu đỏ
|
46 |
```
|
47 |
## Citation
|
|
|
48 |
```bibtex
|
49 |
@article{NGUYEN2024109474,
|
50 |
title = {Advancing Vietnamese Visual Question Answering with Transformer and Convolutional Integration},
|
|
|
45 |
print("Predicted answer:", model.config.id2label[idx]) # prints: màu đỏ
|
46 |
```
|
47 |
## Citation
|
48 |
+
If you find our work useful for your research, please cite using this BibTeX:
|
49 |
```bibtex
|
50 |
@article{NGUYEN2024109474,
|
51 |
title = {Advancing Vietnamese Visual Question Answering with Transformer and Convolutional Integration},
|