TaniyaHaghighi commited on
Commit
ff86fda
·
1 Parent(s): b958cb3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.3879
20
- - Accuracy: 0.22
21
 
22
  ## Model description
23
 
@@ -36,22 +36,48 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 5e-05
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 4
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 125 | 1.3866 | 0.265 |
52
- | No log | 2.0 | 250 | 1.3867 | 0.235 |
53
- | No log | 3.0 | 375 | 1.3871 | 0.235 |
54
- | 1.3893 | 4.0 | 500 | 1.3879 | 0.22 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 5.7334
20
+ - Accuracy: 0.2675
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 30
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 175 | 1.3886 | 0.23 |
52
+ | No log | 2.0 | 350 | 1.3892 | 0.255 |
53
+ | 1.3936 | 3.0 | 525 | 1.3863 | 0.2375 |
54
+ | 1.3936 | 4.0 | 700 | 1.3868 | 0.255 |
55
+ | 1.3936 | 5.0 | 875 | 1.4511 | 0.26 |
56
+ | 1.2973 | 6.0 | 1050 | 1.6738 | 0.24 |
57
+ | 1.2973 | 7.0 | 1225 | 1.9684 | 0.265 |
58
+ | 1.2973 | 8.0 | 1400 | 2.5002 | 0.28 |
59
+ | 0.6916 | 9.0 | 1575 | 2.9872 | 0.28 |
60
+ | 0.6916 | 10.0 | 1750 | 3.2354 | 0.28 |
61
+ | 0.6916 | 11.0 | 1925 | 3.6618 | 0.3025 |
62
+ | 0.2428 | 12.0 | 2100 | 4.1750 | 0.275 |
63
+ | 0.2428 | 13.0 | 2275 | 4.1384 | 0.275 |
64
+ | 0.2428 | 14.0 | 2450 | 4.5173 | 0.26 |
65
+ | 0.1118 | 15.0 | 2625 | 4.6013 | 0.275 |
66
+ | 0.1118 | 16.0 | 2800 | 4.2549 | 0.2525 |
67
+ | 0.1118 | 17.0 | 2975 | 5.2751 | 0.275 |
68
+ | 0.0482 | 18.0 | 3150 | 4.9489 | 0.275 |
69
+ | 0.0482 | 19.0 | 3325 | 5.6077 | 0.28 |
70
+ | 0.0261 | 20.0 | 3500 | 5.3054 | 0.2625 |
71
+ | 0.0261 | 21.0 | 3675 | 5.1955 | 0.2625 |
72
+ | 0.0261 | 22.0 | 3850 | 5.6210 | 0.2575 |
73
+ | 0.0175 | 23.0 | 4025 | 5.6576 | 0.25 |
74
+ | 0.0175 | 24.0 | 4200 | 5.6687 | 0.2725 |
75
+ | 0.0175 | 25.0 | 4375 | 5.6082 | 0.255 |
76
+ | 0.0133 | 26.0 | 4550 | 5.5999 | 0.27 |
77
+ | 0.0133 | 27.0 | 4725 | 5.7972 | 0.26 |
78
+ | 0.0133 | 28.0 | 4900 | 5.6427 | 0.2575 |
79
+ | 0.0089 | 29.0 | 5075 | 5.7253 | 0.2675 |
80
+ | 0.0089 | 30.0 | 5250 | 5.7334 | 0.2675 |
81
 
82
 
83
  ### Framework versions