gokuls commited on
Commit
209ee5a
1 Parent(s): c756027

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
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 SST2
18
  type: glue
19
  config: sst2
20
  split: validation
@@ -30,9 +28,9 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # add_BERT_no_pretrain_sst2
32
 
33
- This model is a fine-tuned version of [](https://huggingface.co/) on the GLUE SST2 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6978
36
  - Accuracy: 0.5092
37
 
38
  ## Model description
@@ -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,22 @@ 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.7276 | 1.0 | 527 | 0.6978 | 0.5092 |
70
- | 0.6872 | 2.0 | 1054 | 0.7013 | 0.5092 |
71
- | 0.6873 | 3.0 | 1581 | 0.6996 | 0.5092 |
72
- | 0.6868 | 4.0 | 2108 | nan | 0.4908 |
73
- | 0.6864 | 5.0 | 2635 | nan | 0.4908 |
74
- | 0.0 | 6.0 | 3162 | nan | 0.4908 |
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: sst2
18
  split: validation
 
28
 
29
  # add_BERT_no_pretrain_sst2
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.7002
34
  - Accuracy: 0.5092
35
 
36
  ## Model description
 
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.6983 | 1.0 | 527 | 0.6936 | 0.5092 |
67
+ | 0.6895 | 2.0 | 1054 | 0.7089 | 0.5092 |
68
+ | 0.6881 | 3.0 | 1581 | 0.6993 | 0.5092 |
69
+ | 0.6875 | 4.0 | 2108 | 0.6994 | 0.5092 |
70
+ | 0.6874 | 5.0 | 2635 | 0.6941 | 0.5092 |
71
+ | 0.687 | 6.0 | 3162 | 0.7002 | 0.5092 |
72
 
73
 
74
  ### Framework versions
75
 
76
+ - Transformers 4.30.2
77
  - Pytorch 1.14.0a0+410ce96
78
  - Datasets 2.12.0
79
  - Tokenizers 0.13.3