add model metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CodeParrot 🦜 (small)
|
2 |
|
3 |
CodeParrot 🦜 is a GPT-2 model (110M parameters) trained to generate Python code.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- code
|
4 |
+
license: apache-2.0
|
5 |
+
datasets:
|
6 |
+
- "codeparrot/codeparrot-clean"
|
7 |
+
- "openai_humaneval"
|
8 |
+
metrics:
|
9 |
+
- "evaluate-metric/code_eval"
|
10 |
+
---
|
11 |
+
|
12 |
# CodeParrot 🦜 (small)
|
13 |
|
14 |
CodeParrot 🦜 is a GPT-2 model (110M parameters) trained to generate Python code.
|