Hoari commited on
Commit
2d35499
1 Parent(s): 37d3838

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: old_models/LaBSE/0_Transformer
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert_labse-finetuning-unhealthyConv-dropout005-epochs-10
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # bert_labse-finetuning-unhealthyConv-dropout005-epochs-10
14
+
15
+ This model is a fine-tuned version of [old_models/LaBSE/0_Transformer](https://huggingface.co/old_models/LaBSE/0_Transformer) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.7820
18
+ - Mse: 0.7820
19
+ - Rmse: 0.8843
20
+ - Mae: 0.4988
21
+ - R2: 0.8587
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Rmse | Mae | R2 |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:------:|
52
+ | 1.5159 | 1.0 | 3389 | 1.2618 | 1.2618 | 1.1233 | 0.7882 | 0.7720 |
53
+ | 1.0247 | 2.0 | 6778 | 1.1135 | 1.1135 | 1.0552 | 0.7067 | 0.7988 |
54
+ | 0.7849 | 3.0 | 10167 | 1.1353 | 1.1353 | 1.0655 | 0.7289 | 0.7949 |
55
+ | 0.6271 | 4.0 | 13556 | 0.9255 | 0.9255 | 0.9620 | 0.6331 | 0.8328 |
56
+ | 0.5029 | 5.0 | 16945 | 0.9135 | 0.9135 | 0.9558 | 0.6148 | 0.8349 |
57
+ | 0.3947 | 6.0 | 20334 | 0.8166 | 0.8166 | 0.9036 | 0.5446 | 0.8525 |
58
+ | 0.3264 | 7.0 | 23723 | 0.8280 | 0.8280 | 0.9099 | 0.5552 | 0.8504 |
59
+ | 0.2774 | 8.0 | 27112 | 0.8125 | 0.8125 | 0.9014 | 0.5408 | 0.8532 |
60
+ | 0.2245 | 9.0 | 30501 | 0.7870 | 0.7870 | 0.8871 | 0.5034 | 0.8578 |
61
+ | 0.2028 | 10.0 | 33890 | 0.7820 | 0.7820 | 0.8843 | 0.4988 | 0.8587 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.33.2
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.5
69
+ - Tokenizers 0.13.3