Brecon commited on
Commit
04af9f6
1 Parent(s): a9affb2

End of training

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.5271
22
- - Accuracy: 0.2258
23
- - F1: 0.2258
24
 
25
  ## Model description
26
 
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
- | No log | 1.0 | 8 | 1.6746 | 0.2581 | 0.2581 |
55
- | No log | 2.0 | 16 | 1.5271 | 0.2258 | 0.2258 |
56
 
57
 
58
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.9793
22
+ - Accuracy: 0.3548
23
+ - F1: 0.3548
24
 
25
  ## Model description
26
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 1.0 | 8 | 1.0240 | 0.3548 | 0.3548 |
55
+ | No log | 2.0 | 16 | 0.9793 | 0.3548 | 0.3548 |
56
 
57
 
58
  ### Framework versions