Transformers
GGUF
mteb
bitnet
frontierai commited on
Commit
5f1c2fd
·
verified ·
1 Parent(s): 03b7f59

Update paper reference

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -118,7 +118,7 @@ They achieve competitive performance on public benchmarks while maintaining exce
118
  ## Model Sources
119
 
120
  - **Repository:** [https://github.com/microsoft/BitNet](https://github.com/microsoft/BitNet)
121
- - **Paper:** [The Era of 1-bit LLMs: BitNet b1.58 and its Inference Optimization](https://arxiv.org/abs/2402.17764)
122
  - **Paper:** [Multilingual E5 Text Embeddings: A Technical Report](https://arxiv.org/abs/2402.05672)
123
 
124
  | Model | Weights | Parameters | Embedding Dimension | Max Tokens | MTEB v2 Mean |
@@ -342,11 +342,14 @@ The embedding is then L2-normalized.
342
  ## Citation
343
 
344
  ```bibtex
345
- @article{bitnet2024,
346
- title={The Era of 1-bit LLMs: BitNet b1.58 and its Inference Optimization},
347
- author={Ma, Shuming and Wang, Hongyu and others},
348
- journal={arXiv preprint arXiv:2402.17764},
349
- year={2024}
 
 
 
350
  }
351
 
352
  @inproceedings{wang2025bitnet,
 
118
  ## Model Sources
119
 
120
  - **Repository:** [https://github.com/microsoft/BitNet](https://github.com/microsoft/BitNet)
121
+ - **Paper:** [BitNet Text Embeddings](https://arxiv.org/abs/2606.25674)
122
  - **Paper:** [Multilingual E5 Text Embeddings: A Technical Report](https://arxiv.org/abs/2402.05672)
123
 
124
  | Model | Weights | Parameters | Embedding Dimension | Max Tokens | MTEB v2 Mean |
 
342
  ## Citation
343
 
344
  ```bibtex
345
+ @misc{li2026bitnettextembeddings,
346
+ title={BitNet Text Embeddings},
347
+ author={Zhen Li and Xin Huang and Liang Wang and Nan Yang and Ting Song and Yan Xia and Xun Wu and Shaohan Huang and Huishuai Zhang and Furu Wei and Dongyan Zhao},
348
+ year={2026},
349
+ eprint={2606.25674},
350
+ archivePrefix={arXiv},
351
+ primaryClass={cs.CL},
352
+ url={https://arxiv.org/abs/2606.25674}
353
  }
354
 
355
  @inproceedings{wang2025bitnet,