End of training
Browse files- README.md +1 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,8 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# codeparrot-model
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
17 |
-
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.5699
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -48,17 +46,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
-
|:-------------:|:-----:|:-----:|:---------------:|
|
53 |
-
| 3.0002 | 0.23 | 4000 | 2.1830 |
|
54 |
-
| 1.9373 | 0.47 | 8000 | 1.8358 |
|
55 |
-
| 1.66 | 0.7 | 12000 | 1.6451 |
|
56 |
-
| 1.5067 | 0.93 | 16000 | 1.5699 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.35.2
|
62 |
- Pytorch 2.1.0+cu118
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.15.0
|
|
|
14 |
# codeparrot-model
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
- Transformers 4.35.2
|
54 |
- Pytorch 2.1.0+cu118
|
55 |
+
- Datasets 2.20.0
|
56 |
- Tokenizers 0.15.0
|
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:0bdeb56da9cb0b2fce2cc80682c728aaa53179dd7c1ec156cec30b26b9b1052a
|
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 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f48dc925864623fcb966c5d13b888e2887319c148a690d6bb713a39873b0db0
|
3 |
size 4600
|