dahara1 commited on
Commit
5fe1981
1 Parent(s): ac5597d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -119,10 +119,20 @@ This model is based on the work of the following people:
119
  }
120
  ```
121
 
 
 
 
 
 
 
 
 
 
122
 
123
  ### about this work
124
  - **This Quantization work was done by :** [webbigdata](https://webbigdata.jp/)
125
 
126
 
127
  ### See also
 
128
  [casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ)
 
119
  }
120
  ```
121
 
122
+ ```tex
123
+ @article{lin2023awq,
124
+ title={AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration},
125
+ author={Lin, Ji and Tang, Jiaming and Tang, Haotian and Yang, Shang and Dang, Xingyu and Han, Song},
126
+ journal={arXiv},
127
+ year={2023}
128
+ }
129
+ ```
130
+
131
 
132
  ### about this work
133
  - **This Quantization work was done by :** [webbigdata](https://webbigdata.jp/)
134
 
135
 
136
  ### See also
137
+ [mit-han-lab/llm-awq](https://github.com/mit-han-lab/llm-awq)
138
  [casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ)