muhtasham commited on
Commit
93ed864
1 Parent(s): a0f132e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - spearmanr
7
+ model-index:
8
+ - name: olm-bert-tiny-december-2022-target-glue-stsb
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # olm-bert-tiny-december-2022-target-glue-stsb
16
+
17
+ This model is a fine-tuned version of [muhtasham/olm-bert-tiny-december-2022](https://huggingface.co/muhtasham/olm-bert-tiny-december-2022) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.4058
20
+ - Pearson: 0.3207
21
+ - Spearmanr: 0.3227
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: 3e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: constant
46
+ - training_steps: 5000
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
52
+ | 3.7225 | 2.78 | 500 | 2.3571 | 0.0394 | 0.0504 |
53
+ | 1.9638 | 5.56 | 1000 | 2.3486 | 0.1721 | 0.1893 |
54
+ | 1.7812 | 8.33 | 1500 | 2.3649 | 0.2248 | 0.2401 |
55
+ | 1.5724 | 11.11 | 2000 | 2.3334 | 0.2645 | 0.2767 |
56
+ | 1.3776 | 13.89 | 2500 | 2.4034 | 0.2785 | 0.2861 |
57
+ | 1.2174 | 16.67 | 3000 | 2.3773 | 0.2963 | 0.3043 |
58
+ | 1.0875 | 19.44 | 3500 | 2.3327 | 0.3213 | 0.3205 |
59
+ | 0.9406 | 22.22 | 4000 | 2.3715 | 0.3216 | 0.3222 |
60
+ | 0.8757 | 25.0 | 4500 | 2.3264 | 0.3274 | 0.3281 |
61
+ | 0.7946 | 27.78 | 5000 | 2.4058 | 0.3207 | 0.3227 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.27.0.dev0
67
+ - Pytorch 1.13.1+cu116
68
+ - Datasets 2.9.1.dev0
69
+ - Tokenizers 0.13.2