Training complete
Browse files
README.md
CHANGED
@@ -3,6 +3,9 @@ base_model: microsoft/CodeGPT-small-py
|
|
3 |
tags:
|
4 |
- Code Generation
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: codeGpt2-finetuned-cXg-nl-to-code
|
8 |
results: []
|
@@ -15,17 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/CodeGPT-small-py](https://huggingface.co/microsoft/CodeGPT-small-py) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
- eval_runtime: 19.7864
|
26 |
-
- eval_samples_per_second: 0.505
|
27 |
-
- eval_steps_per_second: 0.152
|
28 |
-
- step: 0
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -53,6 +52,10 @@ The following hyperparameters were used during training:
|
|
53 |
- num_epochs: 3
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
|
|
|
|
|
|
|
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.42.4
|
|
|
3 |
tags:
|
4 |
- Code Generation
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
- bleu
|
9 |
model-index:
|
10 |
- name: codeGpt2-finetuned-cXg-nl-to-code
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/CodeGPT-small-py](https://huggingface.co/microsoft/CodeGPT-small-py) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 3.2141
|
22 |
+
- Rouge1: 0.0873
|
23 |
+
- Rouge2: 0.0056
|
24 |
+
- Rougel: 0.0626
|
25 |
+
- Bleu: 1.1469
|
26 |
+
- Meteor: 0.1189
|
27 |
+
- Codebleu: 0.2350
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
52 |
- num_epochs: 3
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.42.4
|
runs/Jul29_13-52-42_b44245f76a97/events.out.tfevents.1722261163.b44245f76a97.404.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3e3c3cb7b56d351a7c7c8b8d3f31150bacd74b56b7addf2b590d59407e0a98a
|
3 |
+
size 5579
|
runs/Jul29_13-52-42_b44245f76a97/events.out.tfevents.1722261269.b44245f76a97.404.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77fe155f072c70b068b1974e86cce93e423cc83b22d6626d07ec9db291ab25c7
|
3 |
+
size 648
|