Update README.md
Browse files
README.md
CHANGED
|
@@ -153,3 +153,17 @@ print(similarity)
|
|
| 153 |
## Intermediate Checkpoints
|
| 154 |
|
| 155 |
To facilitate future research, we release intermediate checkpoints in the `intermediate_checkpoints` branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 153 |
## Intermediate Checkpoints
|
| 154 |
|
| 155 |
To facilitate future research, we release intermediate checkpoints in the `intermediate_checkpoints` branch.
|
| 156 |
+
|
| 157 |
+
## Citation
|
| 158 |
+
|
| 159 |
+
```
|
| 160 |
+
@misc{f2llm-v2,
|
| 161 |
+
title={F2LLM-v2: Inclusive, Performant, and Efficient Embeddings for a Multilingual World},
|
| 162 |
+
author={Ziyin Zhang and Zihan Liao and Hang Yu and Peng Di and Rui Wang},
|
| 163 |
+
year={2026},
|
| 164 |
+
eprint={2603.19223},
|
| 165 |
+
archivePrefix={arXiv},
|
| 166 |
+
primaryClass={cs.CL},
|
| 167 |
+
url={https://arxiv.org/abs/2603.19223},
|
| 168 |
+
}
|
| 169 |
+
```
|