Downloads · 30 days
0
FinanceMTEB/Fin-e5-tokenizer
Fin-e5-tokenizer is a machine learning model from FinanceMTEB. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers.
FinE5: Finance-Adapted Text Embedding Model This financial embedding model is fine-tuned on a synthesized finance corpus, following the training pipeline of e5-mistral-7b-instruct (Wang et al., 2023). It ranks top on…
Downloads · 30 days
0
Access
Public
Updated Mar 7, 2025
Repo size
—
Likes
3
Public
Click a slice to open those files.
.json3.5 MB · 100%
From the Hugging Face model README
FinE5: Finance-Adapted Text Embedding Model This financial embedding model is fine-tuned on a synthesized finance corpus, following the training pipeline of e5-mistral-7b-instruct (Wang et al., 2023). It ranks top on FinMTEB (Feb 16, 2025), with no overlap between training data and benchmark test set.
The training data and pipeline are detailed in the paper.
This is the tokenizer of FinE5.
If you find our work helpful, please cite:
@misc{tang2025finmtebfinancemassivetext,
title={FinMTEB: Finance Massive Text Embedding Benchmark},
author={Yixuan Tang and Yi Yang},
year={2025},
eprint={2502.10990},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2502.10990},
}
@misc{tang2024needdomainspecificembeddingmodels,
title={Do We Need Domain-Specific Embedding Models? An Empirical Investigation},
author={Yixuan Tang and Yi Yang},
year={2024},
eprint={2409.18511},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2409.18511},
}
Thanks to the MTEB Benchmark.