Commit
·
1fd1e4b
1
Parent(s):
64b139a
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
- name: CodeGeneration
|
6 |
results: []
|
@@ -12,6 +14,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
# CodeGeneration
|
13 |
|
14 |
This model is a fine-tuned version of [SEBIS/code_trans_t5_small_program_synthese_transfer_learning_finetune](https://huggingface.co/SEBIS/code_trans_t5_small_program_synthese_transfer_learning_finetune) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- rouge
|
6 |
model-index:
|
7 |
- name: CodeGeneration
|
8 |
results: []
|
|
|
14 |
# CodeGeneration
|
15 |
|
16 |
This model is a fine-tuned version of [SEBIS/code_trans_t5_small_program_synthese_transfer_learning_finetune](https://huggingface.co/SEBIS/code_trans_t5_small_program_synthese_transfer_learning_finetune) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 5.2823
|
19 |
+
- Rouge1: 0.0
|
20 |
+
- Rouge2: 0.0
|
21 |
+
- Rougel: 0.0
|
22 |
+
- Rougelsum: 0.0
|
23 |
+
- Gen Len: 1.0
|
24 |
|
25 |
## Model description
|
26 |
|