End of training
Browse files- README.md +4 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,13 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# codeparrot-ds-model
|
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 |
-
- eval_loss: 1.7598
|
20 |
-
- eval_runtime: 364.6427
|
21 |
-
- eval_samples_per_second: 255.494
|
22 |
-
- eval_steps_per_second: 15.969
|
23 |
-
- epoch: 0.0766
|
24 |
-
- step: 20000
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,6 +45,10 @@ The following hyperparameters were used during training:
|
|
52 |
- num_epochs: 3
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
|
|
|
|
|
|
|
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.48.3
|
|
|
15 |
# codeparrot-ds-model
|
16 |
|
17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
- num_epochs: 3
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.48.3
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 496984704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85bdba18d6df3b411335573a4d6518aed6fdba0dd78eacb3534d981724bd8d9b
|
3 |
size 496984704
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47dadd3514dab8965f8069fecec6e8e1679f153735f765dd87111fb278d22195
|
3 |
size 5304
|