update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_logit_kd_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_logit_kd_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: 1.6544
|
20 |
+
- Pearson: 0.1506
|
21 |
+
- Spearmanr: 0.1478
|
22 |
+
- Combined Score: 0.1492
|
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 |
+
| 0.5444 | 1.0 | 2518 | 1.4965 | 0.1589 | 0.1763 | 0.1676 |
|
55 |
+
| 0.3254 | 2.0 | 5036 | 1.5276 | 0.1502 | 0.1674 | 0.1588 |
|
56 |
+
| 0.2847 | 3.0 | 7554 | 1.5430 | 0.1587 | 0.1680 | 0.1634 |
|
57 |
+
| 0.2376 | 4.0 | 10072 | 1.6906 | 0.1669 | 0.1786 | 0.1728 |
|
58 |
+
| 0.1741 | 5.0 | 12590 | 1.4788 | 0.1662 | 0.1725 | 0.1694 |
|
59 |
+
| 0.1315 | 6.0 | 15108 | 1.5662 | 0.1640 | 0.1700 | 0.1670 |
|
60 |
+
| 0.1055 | 7.0 | 17626 | 1.5100 | 0.1663 | 0.1698 | 0.1680 |
|
61 |
+
| 0.0879 | 8.0 | 20144 | 1.4602 | 0.1596 | 0.1582 | 0.1589 |
|
62 |
+
| 0.0739 | 9.0 | 22662 | 1.6612 | 0.1584 | 0.1621 | 0.1603 |
|
63 |
+
| 0.0632 | 10.0 | 25180 | 1.5825 | 0.1489 | 0.1547 | 0.1518 |
|
64 |
+
| 0.0548 | 11.0 | 27698 | 1.5946 | 0.1421 | 0.1461 | 0.1441 |
|
65 |
+
| 0.0473 | 12.0 | 30216 | 1.6515 | 0.1526 | 0.1548 | 0.1537 |
|
66 |
+
| 0.0415 | 13.0 | 32734 | 1.6544 | 0.1506 | 0.1478 | 0.1492 |
|
67 |
+
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.26.0
|
72 |
+
- Pytorch 1.14.0a0+410ce96
|
73 |
+
- Datasets 2.9.0
|
74 |
+
- Tokenizers 0.13.2
|