Update README.md
Browse files
README.md
CHANGED
|
@@ -156,3 +156,13 @@ SentenceTransformer(
|
|
| 156 |
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False})
|
| 157 |
)
|
| 158 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False})
|
| 157 |
)
|
| 158 |
```
|
| 159 |
+
|
| 160 |
+
### Please cite our manuscript if this dataset is used for your work
|
| 161 |
+
```
|
| 162 |
+
@article{duc2024towards,
|
| 163 |
+
title={Towards Comprehensive Vietnamese Retrieval-Augmented Generation and Large Language Models},
|
| 164 |
+
author={Nguyen Quang Duc, Le Hai Son, Nguyen Duc Nhan, Nguyen Dich Nhat Minh, Le Thanh Huong, Dinh Viet Sang},
|
| 165 |
+
journal={arXiv preprint arXiv:2403.01616},
|
| 166 |
+
year={2024}
|
| 167 |
+
}
|
| 168 |
+
```
|