sasi2400 commited on
Commit
ca86f64
·
1 Parent(s): 4ff6262

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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: 0.3677
20
- - Accuracy: 0.8763
21
 
22
  ## Model description
23
 
@@ -46,10 +46,10 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 0.2416 | 1.0 | 3617 | 0.2507 | 0.8909 |
52
- | 0.1626 | 2.0 | 7234 | 0.3677 | 0.8763 |
53
 
54
 
55
  ### 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: 0.2301
20
+ - Accuracy: 0.9413
21
 
22
  ## Model description
23
 
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
+ | 0.1391 | 1.0 | 36170 | 0.2255 | 0.9236 |
52
+ | 0.0989 | 2.0 | 72340 | 0.2301 | 0.9413 |
53
 
54
 
55
  ### Framework versions