urialon commited on
Commit
4a682d0
1 Parent(s): 6523eda

Update README.md

Browse files
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: