gokuls commited on
Commit
6274cbf
1 Parent(s): bbc9f61

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -21
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -14,7 +12,7 @@ model-index:
14
  name: Text Classification
15
  type: text-classification
16
  dataset:
17
- name: GLUE MNLI
18
  type: glue
19
  config: mnli
20
  split: validation_matched
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.3295362082994304
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # hBERTv2_new_no_pretrain_mnli
32
 
33
- This model is a fine-tuned version of [](https://huggingface.co/) on the GLUE MNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.0984
36
- - Accuracy: 0.3295
37
 
38
  ## Model description
39
 
@@ -52,7 +50,7 @@ More information needed
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
@@ -60,28 +58,23 @@ The following hyperparameters were used during training:
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - num_epochs: 50
63
- - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
69
- | 1.108 | 1.0 | 3068 | 1.0985 | 0.3545 |
70
- | 1.0988 | 2.0 | 6136 | 1.0986 | 0.3182 |
71
- | 1.0986 | 3.0 | 9204 | 1.0984 | 0.3274 |
72
- | 1.0986 | 4.0 | 12272 | 1.0989 | 0.3545 |
73
- | 1.0986 | 5.0 | 15340 | 1.0984 | 0.3545 |
74
- | 1.0986 | 6.0 | 18408 | 1.0984 | 0.3274 |
75
- | 1.0986 | 7.0 | 21476 | 1.0984 | 0.3274 |
76
- | 1.0986 | 8.0 | 24544 | 1.0985 | 0.3545 |
77
- | 1.0986 | 9.0 | 27612 | 1.0985 | 0.3545 |
78
- | 1.0986 | 10.0 | 30680 | 1.0987 | 0.3182 |
79
- | 1.0986 | 11.0 | 33748 | 1.0989 | 0.3182 |
80
 
81
 
82
  ### Framework versions
83
 
84
- - Transformers 4.29.2
85
  - Pytorch 1.14.0a0+410ce96
86
  - Datasets 2.12.0
87
  - Tokenizers 0.13.3
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
+ name: glue
16
  type: glue
17
  config: mnli
18
  split: validation_matched
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.31818644931227713
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # hBERTv2_new_no_pretrain_mnli
30
 
31
+ This model is a fine-tuned version of [](https://huggingface.co/) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 1.0986
34
+ - Accuracy: 0.3182
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 4e-05
54
  - train_batch_size: 128
55
  - eval_batch_size: 128
56
  - seed: 10
 
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - num_epochs: 50
 
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
66
+ | 1.1022 | 1.0 | 3068 | 1.0986 | 0.3182 |
67
+ | 1.0988 | 2.0 | 6136 | 1.0982 | 0.3545 |
68
+ | 1.0987 | 3.0 | 9204 | 1.0986 | 0.3274 |
69
+ | 1.0988 | 4.0 | 12272 | 1.0988 | 0.3182 |
70
+ | 1.0986 | 5.0 | 15340 | 1.0986 | 0.3274 |
71
+ | 1.0987 | 6.0 | 18408 | 1.0986 | 0.3182 |
72
+ | 1.0986 | 7.0 | 21476 | 1.0986 | 0.3182 |
 
 
 
 
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.30.2
78
  - Pytorch 1.14.0a0+410ce96
79
  - Datasets 2.12.0
80
  - Tokenizers 0.13.3