aleksahet commited on
Commit
c80c008
·
1 Parent(s): 580c275

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
  # divine-tree-92
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
  # divine-tree-92
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: 5.6984
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.7214 | 0.76 | 10000 | 5.7051 |
48
+ | 5.7029 | 1.53 | 20000 | 5.7056 |
49
+ | 5.7072 | 2.29 | 30000 | 5.7014 |
50
+ | 5.6749 | 3.05 | 40000 | 5.6977 |
51
+ | 5.7092 | 3.82 | 50000 | 5.6983 |
52
+
53
+
54
  ### Framework versions
55
 
56
  - Transformers 4.33.0