Commit
·
1c94fe4
1
Parent(s):
442dbb2
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# CodeGeneration-CodeT5-base
|
2 |
+
|
3 |
+
This model was trained from the pretrained CodeT5-small model on an unknown dataset. It achieves the following results on the evaluation set:
|
4 |
+
|
5 |
+
ngram match: 0.004416605133373854
|
6 |
+
weighted ngram match: 0.0054556977099450635
|
7 |
+
syntax_match: 0.1444141689373297
|
8 |
+
dataflow_match: 0.31654676258992803
|
9 |
+
bleu = 0.91
|
10 |
+
codebleu = 0.11770830859264417
|
11 |
+
exact match = 0.0
|
12 |
+
|
13 |
+
# Model description
|
14 |
+
|
15 |
+
This model was trained from the pretrained CodeT5-small model Salesforce and has been fine tuned for Python Code Genertion.
|