File size: 554 Bytes
442dbb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CodeGeneration-CodeT5-base

This model was trained from the pretrained CodeT5-small model on an unknown dataset. It achieves the following results on the evaluation set:

    ngram match: 0.004416605133373854
    weighted ngram match: 0.0054556977099450635
    syntax_match: 0.1444141689373297
    dataflow_match: 0.31654676258992803
    bleu = 0.91
    codebleu = 0.11770830859264417
    exact match = 0.0

# Model description

This model was trained from the pretrained CodeT5-small model Salesforce and has been fine tuned for Python Code Genertion.