Jeremiah Zhou commited on
Commit
18c7aff
1 Parent(s): 4e63cd3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - spearmanr
9
+ model-index:
10
+ - name: bert-base-uncased-stsb
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ args: stsb
19
+ metrics:
20
+ - name: Spearmanr
21
+ type: spearmanr
22
+ value: 0.8843169724798454
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # bert-base-uncased-stsb
29
+
30
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.5144
33
+ - Pearson: 0.8875
34
+ - Spearmanr: 0.8843
35
+ - Combined Score: 0.8859
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 2e-05
55
+ - train_batch_size: 32
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 3.0
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
65
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
66
+ | No log | 1.0 | 180 | 0.5179 | 0.8806 | 0.8735 | 0.8771 |
67
+ | No log | 2.0 | 360 | 0.5145 | 0.8850 | 0.8820 | 0.8835 |
68
+ | 0.7868 | 3.0 | 540 | 0.5144 | 0.8875 | 0.8843 | 0.8859 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.20.0.dev0
74
+ - Pytorch 1.11.0+cu113
75
+ - Datasets 2.1.0
76
+ - Tokenizers 0.12.1