owanr commited on
Commit
4e1d925
1 Parent(s): 4c401df

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -13,7 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # Sentiment-google-t5-v1_1-xl-intra-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 an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -40,6 +42,20 @@ The following hyperparameters were used during training:
40
  - lr_scheduler_type: linear
41
  - num_epochs: 200
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.35.2
 
13
 
14
  # Sentiment-google-t5-v1_1-xl-intra-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: 10.4219
19
 
20
  ## Model description
21
 
 
42
  - lr_scheduler_type: linear
43
  - num_epochs: 200
44
 
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 14.3641 | 1.0 | 32 | 10.4219 |
50
+ | 13.993 | 2.0 | 64 | 10.4219 |
51
+ | 13.3539 | 3.0 | 96 | 10.4219 |
52
+ | 14.0648 | 4.0 | 128 | 10.4141 |
53
+ | 13.5898 | 5.0 | 160 | 10.4219 |
54
+ | 13.8164 | 6.0 | 192 | 10.4219 |
55
+ | 14.1805 | 7.0 | 224 | 10.4219 |
56
+ | 13.8742 | 8.0 | 256 | 10.4219 |
57
+
58
+
59
  ### Framework versions
60
 
61
  - Transformers 4.35.2