michelle75
commited on
Commit
•
88cdde4
1
Parent(s):
7d16210
End of training
Browse files- README.md +7 -6
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
-
- Precision:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,15 +45,16 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
|
|
48 |
- num_epochs: 3.0
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|
|
54 |
-
| No log | 1.0 | 125 |
|
55 |
-
| No log | 2.0 | 250 |
|
56 |
-
| No log | 3.0 | 375 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 4.4066
|
22 |
+
- Accuracy: 0.2095
|
23 |
+
- Precision: 1.0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 500
|
49 |
- num_epochs: 3.0
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|
|
55 |
+
| No log | 1.0 | 125 | 4.4302 | 0.2148 | 1.0 |
|
56 |
+
| No log | 2.0 | 250 | 4.3810 | 0.2153 | 1.0 |
|
57 |
+
| No log | 3.0 | 375 | 4.4066 | 0.2095 | 1.0 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327657928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe945f7f23b3988ac8de1acc25e97397e519a84771eb700acf71935321faa043
|
3 |
size 327657928
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b6f8f7bc231910aea3018a851af4ef8aac831fd4b76ef5f0e810da66a59e619
|
3 |
size 4984
|