runningsnake commited on
Commit
507b8cb
·
1 Parent(s): b30437c

Training in progress epoch 2

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.1004
19
- - Train Accuracy: 0.9673
20
  - Validation Loss: 0.5064
21
  - Validation Accuracy: 0.8431
22
- - Epoch: 1
23
 
24
  ## Model description
25
 
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
47
  |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
48
  | 0.2559 | 0.9057 | 0.5082 | 0.8211 | 0 |
49
  | 0.1004 | 0.9673 | 0.5064 | 0.8431 | 1 |
 
50
 
51
 
52
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.0825
19
+ - Train Accuracy: 0.9766
20
  - Validation Loss: 0.5064
21
  - Validation Accuracy: 0.8431
22
+ - Epoch: 2
23
 
24
  ## Model description
25
 
 
47
  |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
48
  | 0.2559 | 0.9057 | 0.5082 | 0.8211 | 0 |
49
  | 0.1004 | 0.9673 | 0.5064 | 0.8431 | 1 |
50
+ | 0.0825 | 0.9766 | 0.5064 | 0.8431 | 2 |
51
 
52
 
53
  ### Framework versions