aleksahet commited on
Commit
36987fd
1 Parent(s): ea3827e

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -11,7 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # major-sea-94
13
 
14
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
 
 
15
 
16
  ## Model description
17
 
@@ -38,6 +40,17 @@ The following hyperparameters were used during training:
38
  - lr_scheduler_type: linear
39
  - num_epochs: 4
40
 
 
 
 
 
 
 
 
 
 
 
 
41
  ### Framework versions
42
 
43
  - Transformers 4.33.0
 
11
 
12
  # major-sea-94
13
 
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.5981
17
 
18
  ## Model description
19
 
 
40
  - lr_scheduler_type: linear
41
  - num_epochs: 4
42
 
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-----:|:---------------:|
47
+ | 2.0163 | 0.76 | 10000 | 1.9201 |
48
+ | 1.8172 | 1.53 | 20000 | 1.7582 |
49
+ | 1.7234 | 2.29 | 30000 | 1.6834 |
50
+ | 1.663 | 3.05 | 40000 | 1.6338 |
51
+ | 1.6667 | 3.82 | 50000 | 1.6013 |
52
+
53
+
54
  ### Framework versions
55
 
56
  - Transformers 4.33.0