Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -36,9 +36,17 @@ The pretraining process focused on training only the projection matrix. This mat
|
|
36 |
|
37 |
The dataset used for this pretraining is a Turkish version of the English dataset employed in prior research. The translation was carefully executed to preserve the nuances and context of the original data. In this pretraining phase, the model only learns to interpret the output of the image encoder, focusing on how to align visual information with the language model. As a result, the model is not yet capable of engaging in conversations or handling task-specific queries.
|
38 |
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
## Contact
|
44 |
|
|
|
36 |
|
37 |
The dataset used for this pretraining is a Turkish version of the English dataset employed in prior research. The translation was carefully executed to preserve the nuances and context of the original data. In this pretraining phase, the model only learns to interpret the output of the image encoder, focusing on how to align visual information with the language model. As a result, the model is not yet capable of engaging in conversations or handling task-specific queries.
|
38 |
|
39 |
+
# Citation
|
40 |
+
```bibtex
|
41 |
+
@inproceedings{zeer2024cosmos,
|
42 |
+
title={Cosmos-LLaVA: Chatting with the Visual},
|
43 |
+
author={Zeer, Ahmed and Dogan, Eren and Erdem, Yusuf and {\.I}nce, Elif and Shbib, Osama and Uzun, M Egemen and Uz, Atahan and Yuce, M Kaan and Kesgin, H Toprak and Amasyali, M Fatih},
|
44 |
+
booktitle={2024 8th International Artificial Intelligence and Data Processing Symposium (IDAP)},
|
45 |
+
pages={1--7},
|
46 |
+
year={2024},
|
47 |
+
organization={IEEE}
|
48 |
+
}
|
49 |
+
```
|
50 |
|
51 |
## Contact
|
52 |
|