Update README.md
Browse files
README.md
CHANGED
@@ -66,4 +66,13 @@ def load_model(model_size, model_dir):
|
|
66 |
## Citation
|
67 |
### BibTeX:
|
68 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
```
|
|
|
66 |
## Citation
|
67 |
### BibTeX:
|
68 |
```
|
69 |
+
@misc{ma2024fbillmscalingfullybinarized,
|
70 |
+
title={FBI-LLM: Scaling Up Fully Binarized LLMs from Scratch via Autoregressive Distillation},
|
71 |
+
author={Liqun Ma and Mingjie Sun and Zhiqiang Shen},
|
72 |
+
year={2024},
|
73 |
+
eprint={2407.07093},
|
74 |
+
archivePrefix={arXiv},
|
75 |
+
primaryClass={cs.CL},
|
76 |
+
url={https://arxiv.org/abs/2407.07093},
|
77 |
+
}
|
78 |
```
|