File size: 676 Bytes
83e176d 1c94fe4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
model-index:
- name: CodeGeneration-CodeT5-small
results: []
datasets:
- ThoughtFocusAI/Python-CodeGeneration
---
# 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. |