Instructions to use Yysrc/Mantis-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yysrc/Mantis-Base with Transformers:
# Load model directly from transformers import Mantis model = Mantis.from_pretrained("Yysrc/Mantis-Base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,5 +29,4 @@ If you find our code or models useful in your work, please cite [our paper](http
|
|
| 29 |
journal={arXiv preprint arXiv:2511.16175},
|
| 30 |
year={2025}
|
| 31 |
}
|
| 32 |
-
```
|
| 33 |
-
|
|
|
|
| 29 |
journal={arXiv preprint arXiv:2511.16175},
|
| 30 |
year={2025}
|
| 31 |
}
|
| 32 |
+
```
|
|
|