End of training
Browse files
README.md
CHANGED
@@ -13,7 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# SBIC-google-t5-v1_1-xl-inter-frequency-model-cross-ent
|
15 |
|
16 |
-
This model is a fine-tuned version of [google/t5-v1_1-xl](https://huggingface.co/google/t5-v1_1-xl) on
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,6 +42,17 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 50
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.35.2
|
|
|
13 |
|
14 |
# SBIC-google-t5-v1_1-xl-inter-frequency-model-cross-ent
|
15 |
|
16 |
+
This model is a fine-tuned version of [google/t5-v1_1-xl](https://huggingface.co/google/t5-v1_1-xl) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 7.5977
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 50
|
44 |
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 8.427 | 1.0 | 125 | 7.6133 |
|
50 |
+
| 8.0707 | 2.0 | 250 | 7.5977 |
|
51 |
+
| 7.9156 | 3.0 | 375 | 7.5977 |
|
52 |
+
| 7.9234 | 4.0 | 500 | 7.5977 |
|
53 |
+
| 8.1113 | 5.0 | 625 | 7.5977 |
|
54 |
+
|
55 |
+
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.35.2
|