SushantGautam
commited on
Commit
·
6bd214c
1
Parent(s):
b45b1f6
update model card README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
---
|
2 |
-
license: bsd-3-clause
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
metrics:
|
6 |
-
- rouge
|
7 |
model-index:
|
8 |
- name: CodeGeneration
|
9 |
results: []
|
@@ -14,14 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# CodeGeneration
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.9509
|
20 |
-
- Rouge1: 0.0
|
21 |
-
- Rouge2: 0.0
|
22 |
-
- Rougel: 0.0
|
23 |
-
- Rougelsum: 0.0
|
24 |
-
- Gen Len: 1.0
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,7 +36,7 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
- name: CodeGeneration
|
6 |
results: []
|
|
|
11 |
|
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 |
|
|
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 5.0
|
40 |
|
41 |
### Training results
|
42 |
|