SashaSheykina
commited on
Commit
•
6277bf2
1
Parent(s):
5f03340
Training complete
Browse files
README.md
CHANGED
@@ -2,8 +2,12 @@
|
|
2 |
license: mit
|
3 |
base_model: gpt2
|
4 |
tags:
|
|
|
5 |
- Text Generation
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: gpt2-finetuned-cXg-nl-to-code
|
9 |
results: []
|
@@ -16,17 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
- eval_runtime: 20.2991
|
27 |
-
- eval_samples_per_second: 0.493
|
28 |
-
- eval_steps_per_second: 0.148
|
29 |
-
- step: 0
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -54,6 +54,10 @@ The following hyperparameters were used during training:
|
|
54 |
- num_epochs: 3
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
|
|
|
|
|
|
|
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.42.4
|
|
|
2 |
license: mit
|
3 |
base_model: gpt2
|
4 |
tags:
|
5 |
+
- Code Generation
|
6 |
- Text Generation
|
7 |
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
- bleu
|
11 |
model-index:
|
12 |
- name: gpt2-finetuned-cXg-nl-to-code
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 6.4614
|
24 |
+
- Rouge1: 0.0220
|
25 |
+
- Rouge2: 0.0014
|
26 |
+
- Rougel: 0.0148
|
27 |
+
- Bleu: 0.3339
|
28 |
+
- Meteor: 0.0862
|
29 |
+
- Codebleu: 0.2699
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
54 |
- num_epochs: 3
|
55 |
- mixed_precision_training: Native AMP
|
56 |
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.42.4
|
runs/Jul24_12-50-47_7918791504de/events.out.tfevents.1721825520.7918791504de.172.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:428e4210eb4936539abaf35485c536df45f2b47f2df14c7271732d16c1aa80f8
|
3 |
+
size 648
|