update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- glue
|
6 |
+
metrics:
|
7 |
+
- spearmanr
|
8 |
+
model-index:
|
9 |
+
- name: hBERTv1_new_pretrain_stsb
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Text Classification
|
13 |
+
type: text-classification
|
14 |
+
dataset:
|
15 |
+
name: glue
|
16 |
+
type: glue
|
17 |
+
config: stsb
|
18 |
+
split: validation
|
19 |
+
args: stsb
|
20 |
+
metrics:
|
21 |
+
- name: Spearmanr
|
22 |
+
type: spearmanr
|
23 |
+
value: .nan
|
24 |
+
---
|
25 |
+
|
26 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
+
should probably proofread and complete it, then remove this comment. -->
|
28 |
+
|
29 |
+
# hBERTv1_new_pretrain_stsb
|
30 |
+
|
31 |
+
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new) on the glue dataset.
|
32 |
+
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 11480.3916
|
34 |
+
- Pearson: nan
|
35 |
+
- Spearmanr: nan
|
36 |
+
- Combined Score: nan
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0005
|
56 |
+
- train_batch_size: 128
|
57 |
+
- eval_batch_size: 128
|
58 |
+
- seed: 10
|
59 |
+
- distributed_type: multi-GPU
|
60 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: linear
|
62 |
+
- num_epochs: 50
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
|
68 |
+
| 11870.5542 | 1.0 | 45 | 11480.3916 | nan | nan | nan |
|
69 |
+
| 11864.3806 | 2.0 | 90 | 11480.3916 | nan | nan | nan |
|
70 |
+
| 11929.5181 | 3.0 | 135 | 11480.3916 | nan | nan | nan |
|
71 |
+
| 11830.7097 | 4.0 | 180 | 11480.3916 | nan | nan | nan |
|
72 |
+
| 11918.4542 | 5.0 | 225 | 11480.3916 | nan | nan | nan |
|
73 |
+
| 11798.3167 | 6.0 | 270 | 11480.3916 | nan | nan | nan |
|
74 |
+
|
75 |
+
|
76 |
+
### Framework versions
|
77 |
+
|
78 |
+
- Transformers 4.29.2
|
79 |
+
- Pytorch 1.14.0a0+410ce96
|
80 |
+
- Datasets 2.12.0
|
81 |
+
- Tokenizers 0.13.3
|