Update README.md
Browse files
README.md
CHANGED
|
@@ -185,4 +185,18 @@ print(similarity)
|
|
| 185 |
|
| 186 |
## Intermediate Checkpoints
|
| 187 |
|
| 188 |
-
To facilitate future research, we release intermediate checkpoints in the `intermediate_checkpoints` branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
|
| 186 |
## Intermediate Checkpoints
|
| 187 |
|
| 188 |
+
To facilitate future research, we release intermediate checkpoints in the `intermediate_checkpoints` branch.
|
| 189 |
+
|
| 190 |
+
## Citation
|
| 191 |
+
|
| 192 |
+
```
|
| 193 |
+
@misc{f2llm-v2,
|
| 194 |
+
title={F2LLM-v2: Inclusive, Performant, and Efficient Embeddings for a Multilingual World},
|
| 195 |
+
author={Ziyin Zhang and Zihan Liao and Hang Yu and Peng Di and Rui Wang},
|
| 196 |
+
year={2026},
|
| 197 |
+
eprint={2603.19223},
|
| 198 |
+
archivePrefix={arXiv},
|
| 199 |
+
primaryClass={cs.CL},
|
| 200 |
+
url={https://arxiv.org/abs/2603.19223},
|
| 201 |
+
}
|
| 202 |
+
```
|