Update README.md
Browse files
README.md
CHANGED
@@ -131,13 +131,10 @@ model.fit(X, y, adapter=adapter, fine_tuning_type='adapter_head')
|
|
131 |
If you use Mantis in your work, please cite this technical report:
|
132 |
|
133 |
```bibtex
|
134 |
-
@
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
archivePrefix={arXiv},
|
140 |
-
primaryClass={stat.ML},
|
141 |
-
url={TODO},
|
142 |
}
|
143 |
```
|
|
|
131 |
If you use Mantis in your work, please cite this technical report:
|
132 |
|
133 |
```bibtex
|
134 |
+
@article{feofanov2025mantis,
|
135 |
+
title={Mantis: Lightweight Calibrated Foundation Model for User-Friendly Time Series Classification},
|
136 |
+
author={Vasilii Feofanov and Songkang Wen and Marius Alonso and Romain Ilbert and Hongbo Guo and Malik Tiomoko and Lujia Pan and Jianfeng Zhang and Ievgen Redko},
|
137 |
+
journal={arXiv preprint arXiv:2502.15637},
|
138 |
+
year={2025},
|
|
|
|
|
|
|
139 |
}
|
140 |
```
|