Fix arXiv ID, add trained checkpoints section and model links
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
- text-embeddings
|
| 13 |
- common-voice
|
| 14 |
- interpretability
|
|
|
|
| 15 |
pretty_name: FLiP-data
|
| 16 |
---
|
| 17 |
|
|
@@ -66,8 +67,9 @@ train_text = np.load("cv_15/en/sonar_embeddings/train_text_embs.npy")
|
|
| 66 |
title = {{FLiP}: Towards understanding and interpreting multimodal multilingual sentence embeddings},
|
| 67 |
author = {Kesiraju, Santosh and Yusuf, Bolaji and Sedl{\'a}{\v{c}}ek, Simon and Plchot, Old{\v{r}}ich and Schwarz, Petr},
|
| 68 |
year = {2026},
|
| 69 |
-
eprint = {
|
| 70 |
archivePrefix = {arXiv},
|
| 71 |
-
primaryClass = {cs.CL}
|
|
|
|
| 72 |
}
|
| 73 |
```
|
|
|
|
| 12 |
- text-embeddings
|
| 13 |
- common-voice
|
| 14 |
- interpretability
|
| 15 |
+
arxiv: 2604.18109
|
| 16 |
pretty_name: FLiP-data
|
| 17 |
---
|
| 18 |
|
|
|
|
| 67 |
title = {{FLiP}: Towards understanding and interpreting multimodal multilingual sentence embeddings},
|
| 68 |
author = {Kesiraju, Santosh and Yusuf, Bolaji and Sedl{\'a}{\v{c}}ek, Simon and Plchot, Old{\v{r}}ich and Schwarz, Petr},
|
| 69 |
year = {2026},
|
| 70 |
+
eprint = {2604.18109},
|
| 71 |
archivePrefix = {arXiv},
|
| 72 |
+
primaryClass = {cs.CL},
|
| 73 |
+
url = {https://arxiv.org/abs/2604.18109},
|
| 74 |
}
|
| 75 |
```
|