gokuls commited on
Commit
d0ce6dc
1 Parent(s): acaaddb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -25
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -15,7 +13,7 @@ model-index:
15
  name: Text Classification
16
  type: text-classification
17
  dataset:
18
- name: GLUE QQP
19
  type: glue
20
  config: qqp
21
  split: validation
@@ -23,10 +21,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.6318327974276527
27
  - name: F1
28
  type: f1
29
- value: 0.0
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,12 +32,12 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  # hBERTv2_new_no_pretrain_qqp
36
 
37
- This model is a fine-tuned version of [](https://huggingface.co/) on the GLUE QQP dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.6579
40
- - Accuracy: 0.6318
41
- - F1: 0.0
42
- - Combined Score: 0.3159
43
 
44
  ## Model description
45
 
@@ -58,7 +56,7 @@ More information needed
58
  ### Training hyperparameters
59
 
60
  The following hyperparameters were used during training:
61
- - learning_rate: 0.0005
62
  - train_batch_size: 128
63
  - eval_batch_size: 128
64
  - seed: 10
@@ -66,27 +64,22 @@ The following hyperparameters were used during training:
66
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
67
  - lr_scheduler_type: linear
68
  - num_epochs: 50
69
- - mixed_precision_training: Native AMP
70
 
71
  ### Training results
72
 
73
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
74
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---:|:--------------:|
75
- | 0.6669 | 1.0 | 2843 | 0.6595 | 0.6318 | 0.0 | 0.3159 |
76
- | 0.6591 | 2.0 | 5686 | 0.6587 | 0.6318 | 0.0 | 0.3159 |
77
- | 0.6589 | 3.0 | 8529 | 0.6582 | 0.6318 | 0.0 | 0.3159 |
78
- | 0.6587 | 4.0 | 11372 | 0.6580 | 0.6318 | 0.0 | 0.3159 |
79
- | 0.6586 | 5.0 | 14215 | 0.6579 | 0.6318 | 0.0 | 0.3159 |
80
- | 0.6586 | 6.0 | 17058 | 0.6580 | 0.6318 | 0.0 | 0.3159 |
81
- | 0.6586 | 7.0 | 19901 | 0.6580 | 0.6318 | 0.0 | 0.3159 |
82
- | 0.6586 | 8.0 | 22744 | 0.6579 | 0.6318 | 0.0 | 0.3159 |
83
- | 0.6586 | 9.0 | 25587 | 0.6580 | 0.6318 | 0.0 | 0.3159 |
84
- | 0.6586 | 10.0 | 28430 | 0.6580 | 0.6318 | 0.0 | 0.3159 |
85
 
86
 
87
  ### Framework versions
88
 
89
- - Transformers 4.29.2
90
  - Pytorch 1.14.0a0+410ce96
91
  - Datasets 2.12.0
92
  - Tokenizers 0.13.3
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
13
  name: Text Classification
14
  type: text-classification
15
  dataset:
16
+ name: glue
17
  type: glue
18
  config: qqp
19
  split: validation
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.8216423447934702
25
  - name: F1
26
  type: f1
27
+ value: 0.7376005239983989
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  # hBERTv2_new_no_pretrain_qqp
34
 
35
+ This model is a fine-tuned version of [](https://huggingface.co/) on the glue dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.5113
38
+ - Accuracy: 0.8216
39
+ - F1: 0.7376
40
+ - Combined Score: 0.7796
41
 
42
  ## Model description
43
 
 
56
  ### Training hyperparameters
57
 
58
  The following hyperparameters were used during training:
59
+ - learning_rate: 4e-05
60
  - train_batch_size: 128
61
  - eval_batch_size: 128
62
  - seed: 10
 
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
  - num_epochs: 50
 
67
 
68
  ### Training results
69
 
70
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
71
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:--------------:|
72
+ | 0.5037 | 1.0 | 2843 | 0.4537 | 0.7856 | 0.6931 | 0.7393 |
73
+ | 0.4066 | 2.0 | 5686 | 0.4549 | 0.7946 | 0.6758 | 0.7352 |
74
+ | 0.3367 | 3.0 | 8529 | 0.4630 | 0.7950 | 0.6650 | 0.7300 |
75
+ | 0.2876 | 4.0 | 11372 | 0.5279 | 0.8180 | 0.7598 | 0.7889 |
76
+ | 0.2498 | 5.0 | 14215 | 0.4857 | 0.8217 | 0.7650 | 0.7933 |
77
+ | 0.2371 | 6.0 | 17058 | 0.5113 | 0.8216 | 0.7376 | 0.7796 |
 
 
 
 
78
 
79
 
80
  ### Framework versions
81
 
82
+ - Transformers 4.30.2
83
  - Pytorch 1.14.0a0+410ce96
84
  - Datasets 2.12.0
85
  - Tokenizers 0.13.3