readme
Browse files
README.md
CHANGED
@@ -96,10 +96,12 @@ python examples/text-classification/run_glue.py \
|
|
96 |
## Citation info
|
97 |
|
98 |
If you use I-BERT, please cite [our papaer](https://arxiv.org/abs/2101.01321).
|
99 |
-
|
|
|
100 |
@article{kim2021bert,
|
101 |
title={I-BERT: Integer-only BERT Quantization},
|
102 |
author={Kim, Sehoon and Gholami, Amir and Yao, Zhewei and Mahoney, Michael W and Keutzer, Kurt},
|
103 |
journal={arXiv preprint arXiv:2101.01321},
|
104 |
year={2021}
|
105 |
}
|
|
|
|
96 |
## Citation info
|
97 |
|
98 |
If you use I-BERT, please cite [our papaer](https://arxiv.org/abs/2101.01321).
|
99 |
+
|
100 |
+
```
|
101 |
@article{kim2021bert,
|
102 |
title={I-BERT: Integer-only BERT Quantization},
|
103 |
author={Kim, Sehoon and Gholami, Amir and Yao, Zhewei and Mahoney, Michael W and Keutzer, Kurt},
|
104 |
journal={arXiv preprint arXiv:2101.01321},
|
105 |
year={2021}
|
106 |
}
|
107 |
+
```
|