aleksahet commited on
Commit
3442fbd
·
1 Parent(s): 615f335

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -11,7 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # comic-lake-91
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,15 @@ 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
  # comic-lake-91
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: 2.0439
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
+ | 5.1203 | 1.15 | 15000 | 5.1215 |
48
+ | 2.6573 | 2.29 | 30000 | 2.4824 |
49
+ | 2.1498 | 3.44 | 45000 | 2.0455 |
50
+
51
+
52
  ### Framework versions
53
 
54
  - Transformers 4.33.0