Yati05 commited on
Commit
c5abce0
1 Parent(s): d6f4ce7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -11,17 +11,25 @@ probably proofread and complete it, then remove this comment. -->
11
 
12
  # CodeGeneration-CodeT5-base
13
 
14
- This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
 
 
 
 
 
 
 
16
 
17
 
18
  ## Model description
19
 
20
- More information needed
21
 
22
  ## Intended uses & limitations
23
 
24
- More information needed
 
25
 
26
  ## Training and evaluation data
27
 
 
11
 
12
  # CodeGeneration-CodeT5-base
13
 
14
+ This model was trained from the pretrained CodeT5-base model on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - ngram match: 0.014948515566713798
17
+ - weighted ngram match: 0.017803898905793227
18
+ - syntax_match: 0.21961325966850828
19
+ - dataflow_match: 0.36255924170616116
20
+ - bleu = 1.87
21
+ - codebleu = 15.3731
22
+ - exact match = 0.0
23
 
24
 
25
  ## Model description
26
 
27
+ This model was trained from the pretrained CodeT5-base model Salesforce and has been fine tuned for Python Code Genertion.
28
 
29
  ## Intended uses & limitations
30
 
31
+ Python Code Generation.
32
+ Limited to simple queries.
33
 
34
  ## Training and evaluation data
35