Update README.md
Browse files
README.md
CHANGED
@@ -86,4 +86,19 @@ for i in range(len(sentences)):
|
|
86 |
print(sen_1, '----->', sen_2, sim_score)
|
87 |
```
|
88 |
|
89 |
-
## Best MSE: 7.57528096437454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
print(sen_1, '----->', sen_2, sim_score)
|
87 |
```
|
88 |
|
89 |
+
## Best MSE: 7.57528096437454
|
90 |
+
|
91 |
+
## Citation
|
92 |
+
|
93 |
+
If you use this model, please cite the following paper:
|
94 |
+
|
95 |
+
@INPROCEEDINGS{10754765,
|
96 |
+
author={Uddin, Md. Shihab and Haque, Mohd Ariful and Rifat, Rakib Hossain and Kamal, Marufa and Gupta, Kishor Datta and George, Roy},
|
97 |
+
booktitle={2024 IEEE 15th Annual Ubiquitous Computing, Electronics & Mobile Communication Conference (UEMCON)},
|
98 |
+
title={Bangla SBERT - Sentence Embedding Using Multilingual Knowledge Distillation},
|
99 |
+
year={2024},
|
100 |
+
volume={},
|
101 |
+
number={},
|
102 |
+
pages={495-500},
|
103 |
+
keywords={Sentiment analysis;Machine learning algorithms;Accuracy;Text categorization;Semantics;Transformers;Mobile communication;Information retrieval;Machine translation;Sentence Similarity;Sentence Transformer;SBERT;Knowledge Distillation;Bangla NLP},
|
104 |
+
doi={10.1109/UEMCON62879.2024.10754765}}
|