Update README.md
Browse files
README.md
CHANGED
|
@@ -185,13 +185,19 @@ optimizer = torch.optim.AdamW(head.parameters(), lr=1e-3, weight_decay=1e-4)
|
|
| 185 |
## Citation
|
| 186 |
|
| 187 |
```bibtex
|
| 188 |
-
@
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
}
|
| 196 |
```
|
| 197 |
|
|
|
|
| 185 |
## Citation
|
| 186 |
|
| 187 |
```bibtex
|
| 188 |
+
@inproceedings{tiny_biomoe,
|
| 189 |
+
author = {Gkikas, Stefanos and Kyprakis, Ioannis and Tsiknakis, Manolis},
|
| 190 |
+
title = {Tiny-BioMoE: a Lightweight Embedding Model for Biosignal Analysis},
|
| 191 |
+
year = {2025},
|
| 192 |
+
isbn = {9798400720765},
|
| 193 |
+
publisher = {Association for Computing Machinery},
|
| 194 |
+
address = {New York, NY, USA},
|
| 195 |
+
url = {https://doi.org/10.1145/3747327.3764788},
|
| 196 |
+
doi = {10.1145/3747327.3764788},
|
| 197 |
+
booktitle = {Companion Proceedings of the 27th International Conference on Multimodal Interaction},
|
| 198 |
+
pages = {117–126},
|
| 199 |
+
numpages = {10},
|
| 200 |
+
series = {ICMI '25 Companion}
|
| 201 |
}
|
| 202 |
```
|
| 203 |
|