gokuls commited on
Commit
6807cda
1 Parent(s): ea3922d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - spearmanr
7
+ model-index:
8
+ - name: mobilebert_sa_GLUE_Experiment_data_aug_stsb_128
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
+ # mobilebert_sa_GLUE_Experiment_data_aug_stsb_128
16
+
17
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2021
20
+ - Pearson: 0.1462
21
+ - Spearmanr: 0.1530
22
+ - Combined Score: 0.1496
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 128
43
+ - eval_batch_size: 128
44
+ - seed: 10
45
+ - distributed_type: multi-GPU
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 50
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:---------:|:--------------:|
54
+ | 1.1017 | 1.0 | 2518 | 2.7704 | 0.1811 | 0.1984 | 0.1898 |
55
+ | 0.654 | 2.0 | 5036 | 3.0506 | 0.1580 | 0.1703 | 0.1642 |
56
+ | 0.5737 | 3.0 | 7554 | 3.1679 | 0.1482 | 0.1569 | 0.1526 |
57
+ | 0.4954 | 4.0 | 10072 | 3.3175 | 0.1564 | 0.1617 | 0.1590 |
58
+ | 0.3722 | 5.0 | 12590 | 2.9558 | 0.1426 | 0.1517 | 0.1471 |
59
+ | 0.276 | 6.0 | 15108 | 3.2021 | 0.1462 | 0.1530 | 0.1496 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.26.0
65
+ - Pytorch 1.14.0a0+410ce96
66
+ - Datasets 2.9.0
67
+ - Tokenizers 0.13.2