Commit
·
84cbd49
1
Parent(s):
6523eda
Update README.md (#2)
Browse files- Update README.md (4a682d03c7917b0228c5d312d44d52dba023745b)
Co-authored-by: Uri Alon <[email protected]>
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:
|