Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ metrics:
|
|
15 |
|
16 |
# CodeParrot-Multi 🦜 (small)
|
17 |
|
18 |
-
CodeParrot-Multi 🦜 is a GPT-2 model (110M parameters) trained to generate code
|
19 |
|
20 |
## Usage
|
21 |
|
@@ -42,7 +42,7 @@ outputs = pipe("def hello_world():")
|
|
42 |
|
43 |
## Training
|
44 |
|
45 |
-
The model was trained on the
|
46 |
|
47 |
|Config|Value|
|
48 |
|-------|-----|
|
|
|
15 |
|
16 |
# CodeParrot-Multi 🦜 (small)
|
17 |
|
18 |
+
CodeParrot-Multi 🦜 is a GPT-2 model (110M parameters) trained to generate code in9 programming languages: "Java", "JavaScript", "PHP", "Python", "C#", "C++", "GO", "Ruby" and "TypeScript".
|
19 |
|
20 |
## Usage
|
21 |
|
|
|
42 |
|
43 |
## Training
|
44 |
|
45 |
+
The model was trained on the small [Github code dataset](https://huggingface.co/datasets/loubnabnl/github-code-clean-small), a subset of [Github code dataset](https://huggingface.co/datasets/codeparrot/github-code-clean) with the following settings:
|
46 |
|
47 |
|Config|Value|
|
48 |
|-------|-----|
|