stefanosgikas commited on
Commit
35035ff
·
verified ·
1 Parent(s): d55c7af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
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
- @misc{tiny_biomoe,
189
- title = {Tiny-BioMoE: a Lightweight Embedding Model for Biosignal Analysis},
190
- author = {Stefanos Gkikas and Ioannis Kyprakis and Manolis Tsiknakis},
191
- year = {2025},
192
- eprint = {2507.21875},
193
- archivePrefix= {arXiv},
194
- primaryClass = {cs.AI}
 
 
 
 
 
 
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