NinedayWang urialon commited on
Commit
a4597dd
1 Parent(s): a3b08b0

Update README.md (#2)

Browse files

- Update README.md (740f216243deb22a3e231406e278e2015468e1c0)


Co-authored-by: Uri Alon <urialon@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -3,6 +3,10 @@ presented in the paper ["A Systematic Evaluation of Large Language Models of Cod
3
 
4
  The model was trained on **249 GB** of code across **12** programming languages.
5
 
 
 
 
 
6
  For more information, see: [https://github.com/VHellendoorn/Code-LMs](https://github.com/VHellendoorn/Code-LMs)
7
 
8
  If you use this model, please cite:
3
 
4
  The model was trained on **249 GB** of code across **12** programming languages.
5
 
6
+ **Note** - this model requires `transformers` version of at least **4.23.0**:
7
+ ```
8
+ pip install transformers==4.23.0
9
+ ```
10
  For more information, see: [https://github.com/VHellendoorn/Code-LMs](https://github.com/VHellendoorn/Code-LMs)
11
 
12
  If you use this model, please cite: