gokuls commited on
Commit
68a48a4
·
1 Parent(s): c201ef5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -19
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.3522172497965826
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_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.0982
36
- - Accuracy: 0.3522
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,26 +58,24 @@ 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.1062 | 1.0 | 3068 | 1.0982 | 0.3545 |
70
- | 1.0987 | 2.0 | 6136 | 1.0986 | 0.3182 |
71
- | 1.0987 | 3.0 | 9204 | 1.0984 | 0.3274 |
72
- | 1.0986 | 4.0 | 12272 | 1.0982 | 0.3545 |
73
- | 1.0986 | 5.0 | 15340 | 1.0985 | 0.3545 |
74
- | 1.0986 | 6.0 | 18408 | 1.0984 | 0.3274 |
75
- | 1.0991 | 7.0 | 21476 | nan | 0.3545 |
76
- | 1.1004 | 8.0 | 24544 | nan | 0.3545 |
77
- | 1.1004 | 9.0 | 27612 | nan | 0.3545 |
78
 
79
 
80
  ### Framework versions
81
 
82
- - Transformers 4.29.2
83
  - Pytorch 1.14.0a0+410ce96
84
  - Datasets 2.12.0
85
  - 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.3273560876209883
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_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.3274
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.1024 | 1.0 | 3068 | 1.0987 | 0.3182 |
67
+ | 1.0997 | 2.0 | 6136 | 1.0986 | 0.3274 |
68
+ | 1.0988 | 3.0 | 9204 | 1.0984 | 0.3545 |
69
+ | 1.0987 | 4.0 | 12272 | 1.0986 | 0.3545 |
70
+ | 1.0986 | 5.0 | 15340 | 1.0986 | 0.3545 |
71
+ | 1.0987 | 6.0 | 18408 | 1.0986 | 0.3274 |
72
+ | 1.0986 | 7.0 | 21476 | 1.0986 | 0.3274 |
73
+ | 1.0986 | 8.0 | 24544 | 1.0986 | 0.3274 |
 
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.30.2
79
  - Pytorch 1.14.0a0+410ce96
80
  - Datasets 2.12.0
81
  - Tokenizers 0.13.3