badrabbitt commited on
Commit
e655a7e
·
verified ·
1 Parent(s): 1b4cf49

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3020
21
- - Accuracy: 0.926
22
 
23
  ## Model description
24
 
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.5849 | 0.1 | 625 | 0.4289 | 0.8756 |
54
- | 1.7008 | 0.2 | 1250 | 0.3622 | 0.8884 |
55
- | 1.3654 | 0.3 | 1875 | 0.4385 | 0.8968 |
56
- | 1.3265 | 0.4 | 2500 | 0.3949 | 0.898 |
57
- | 0.0032 | 0.5 | 3125 | 0.4126 | 0.9084 |
58
- | 2.4059 | 0.6 | 3750 | 0.3381 | 0.9112 |
59
- | 0.9658 | 0.7 | 4375 | 0.3089 | 0.916 |
60
- | 0.0045 | 0.8 | 5000 | 0.3200 | 0.9216 |
61
- | 0.0062 | 0.9 | 5625 | 0.3020 | 0.926 |
62
- | 0.0699 | 1.0 | 6250 | 0.3042 | 0.9252 |
63
 
64
 
65
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3130
21
+ - Accuracy: 0.9296
22
 
23
  ## Model description
24
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.0246 | 0.1 | 625 | 0.5761 | 0.8912 |
54
+ | 1.1268 | 0.2 | 1250 | 0.5357 | 0.8916 |
55
+ | 1.5699 | 0.3 | 1875 | 0.5982 | 0.8884 |
56
+ | 1.0828 | 0.4 | 2500 | 0.3852 | 0.9128 |
57
+ | 0.003 | 0.5 | 3125 | 0.3994 | 0.9236 |
58
+ | 1.065 | 0.6 | 3750 | 0.3597 | 0.9248 |
59
+ | 1.1396 | 0.7 | 4375 | 0.3357 | 0.9272 |
60
+ | 0.0024 | 0.8 | 5000 | 0.3534 | 0.9276 |
61
+ | 0.0132 | 0.9 | 5625 | 0.3212 | 0.9304 |
62
+ | 0.0065 | 1.0 | 6250 | 0.3130 | 0.9296 |
63
 
64
 
65
  ### Framework versions