bullerwins commited on
Commit
3545b27
·
verified ·
1 Parent(s): 7a8b1db

Update README.md

Browse files

fixed link to https://arxiv.org

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This repository contains the weights for **BitNet b1.58 2B4T**, the first open-s
18
 
19
  Trained on a corpus of 4 trillion tokens, this model demonstrates that native 1-bit LLMs can achieve performance comparable to leading open-weight, full-precision models of similar size, while offering substantial advantages in computational efficiency (memory, energy, latency).
20
 
21
- ➡️ **Technical Report:** [BitNet b1.58 2B4T Technical Report](https://arxiv.org)
22
 
23
  ➡️ **Official Inference Code:** [microsoft/BitNet (bitnet.cpp)](https://github.com/microsoft/BitNet)
24
 
 
18
 
19
  Trained on a corpus of 4 trillion tokens, this model demonstrates that native 1-bit LLMs can achieve performance comparable to leading open-weight, full-precision models of similar size, while offering substantial advantages in computational efficiency (memory, energy, latency).
20
 
21
+ ➡️ **Technical Report:** [BitNet b1.58 2B4T Technical Report](https://arxiv.org/abs/2402.17764)
22
 
23
  ➡️ **Official Inference Code:** [microsoft/BitNet (bitnet.cpp)](https://github.com/microsoft/BitNet)
24