loubnabnl HF staff commited on
Commit
adb8155
•
1 Parent(s): c387e4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 in 32 programming languages (Python, Java, C, JavaScript...)
19
 
20
  ## Usage
21
 
@@ -42,7 +42,7 @@ outputs = pipe("def hello_world():")
42
 
43
  ## Training
44
 
45
- The model was trained on the cleaned [Github code dataset](https://huggingface.co/datasets/codeparrot/github-code-clean) with the following settings:
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
  |-------|-----|