100daggers
commited on
Commit
•
9c80033
1
Parent(s):
81120dc
End of training
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [100daggers/reuters-gpt2-text-gen](https://huggingface.co/100daggers/reuters-gpt2-text-gen) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,14 +43,18 @@ The following hyperparameters were used during training:
|
|
43 |
- total_train_batch_size: 64
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
| 4.
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [100daggers/reuters-gpt2-text-gen](https://huggingface.co/100daggers/reuters-gpt2-text-gen) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.9508
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
- total_train_batch_size: 64
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
+
- num_epochs: 5
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 4.2626 | 0.9987 | 286 | 4.4727 |
|
54 |
+
| 3.7809 | 1.9974 | 572 | 4.2128 |
|
55 |
+
| 3.5797 | 2.9996 | 859 | 4.0473 |
|
56 |
+
| 3.2899 | 3.9983 | 1145 | 3.9684 |
|
57 |
+
| 3.2056 | 4.9935 | 1430 | 3.9508 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
runs/Aug22_13-18-58_cycle-gan-2-40gb-0/events.out.tfevents.1724325540.cycle-gan-2-40gb-0.6027.3
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:04649d47655d2d6506880128531feaa75da836cb7462d020504db0272db6c6ae
|
3 |
+
size 37073
|