gokuls commited on
Commit
b98487b
1 Parent(s): d270049

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
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 QNLI
18
  type: glue
19
  config: qnli
20
  split: validation
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.5053999633900788
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
  # add_BERT_no_pretrain_qnli
32
 
33
- This model is a fine-tuned version of [](https://huggingface.co/) on the GLUE QNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6930
36
- - Accuracy: 0.5054
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,23 +58,25 @@ 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
- | 0.7205 | 1.0 | 819 | 0.6930 | 0.5054 |
70
- | 0.6935 | 2.0 | 1638 | 0.6931 | 0.5054 |
71
- | 0.6932 | 3.0 | 2457 | 0.6931 | 0.5054 |
72
- | 0.6932 | 4.0 | 3276 | 0.6932 | 0.4946 |
73
- | 0.6932 | 5.0 | 4095 | 0.6931 | 0.5054 |
74
- | 0.6935 | 6.0 | 4914 | 0.6933 | 0.5054 |
 
 
 
75
 
76
 
77
  ### Framework versions
78
 
79
- - Transformers 4.29.2
80
  - Pytorch 1.14.0a0+410ce96
81
  - Datasets 2.12.0
82
  - 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: qnli
18
  split: validation
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.5215083287570932
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # add_BERT_no_pretrain_qnli
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: 0.6922
34
+ - Accuracy: 0.5215
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
+ | 0.7079 | 1.0 | 819 | 0.7210 | 0.5054 |
67
+ | 0.6952 | 2.0 | 1638 | 0.6912 | 0.4946 |
68
+ | 0.6922 | 3.0 | 2457 | 0.6905 | 0.5279 |
69
+ | 0.6918 | 4.0 | 3276 | 0.6899 | 0.5288 |
70
+ | 0.6922 | 5.0 | 4095 | 0.6922 | 0.5153 |
71
+ | 0.6933 | 6.0 | 4914 | 0.6926 | 0.5127 |
72
+ | 0.6931 | 7.0 | 5733 | 0.6952 | 0.4946 |
73
+ | 0.6933 | 8.0 | 6552 | 0.6928 | 0.5113 |
74
+ | 0.693 | 9.0 | 7371 | 0.6922 | 0.5215 |
75
 
76
 
77
  ### Framework versions
78
 
79
+ - Transformers 4.30.2
80
  - Pytorch 1.14.0a0+410ce96
81
  - Datasets 2.12.0
82
  - Tokenizers 0.13.3