Pedrampd commited on
Commit
22a0a03
1 Parent(s): 263b0d1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1256
21
- - Accuracy: 0.9662
22
 
23
  ## Model description
24
 
@@ -43,15 +43,14 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.6796 | 1.0 | 878 | 0.1898 | 0.9499 |
53
- | 0.1948 | 2.0 | 1756 | 0.1421 | 0.9616 |
54
- | 0.1553 | 3.0 | 2634 | 0.1256 | 0.9662 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0218
21
+ - Accuracy: 0.9947
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.1891 | 1.0 | 878 | 0.0342 | 0.9909 |
53
+ | 0.0377 | 2.0 | 1756 | 0.0218 | 0.9947 |
 
54
 
55
 
56
  ### Framework versions