LovenOO commited on
Commit
f96e033
1 Parent(s): 6571823

Training in progress epoch 5

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.1638
18
  - Validation Loss: 0.3625
19
  - Train Precision: 0.8491
20
  - Train Recall: 0.8642
21
  - Train F1: 0.8544
22
  - Train Accuracy: 0.8906
23
- - Epoch: 4
24
 
25
  ## Model description
26
 
@@ -51,6 +51,7 @@ The following hyperparameters were used during training:
51
  | 0.2734 | 0.3804 | 0.8466 | 0.8563 | 0.8471 | 0.8872 | 2 |
52
  | 0.2020 | 0.3704 | 0.8526 | 0.8663 | 0.8551 | 0.8896 | 3 |
53
  | 0.1638 | 0.3625 | 0.8491 | 0.8642 | 0.8544 | 0.8906 | 4 |
 
54
 
55
 
56
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.1466
18
  - Validation Loss: 0.3625
19
  - Train Precision: 0.8491
20
  - Train Recall: 0.8642
21
  - Train F1: 0.8544
22
  - Train Accuracy: 0.8906
23
+ - Epoch: 5
24
 
25
  ## Model description
26
 
 
51
  | 0.2734 | 0.3804 | 0.8466 | 0.8563 | 0.8471 | 0.8872 | 2 |
52
  | 0.2020 | 0.3704 | 0.8526 | 0.8663 | 0.8551 | 0.8896 | 3 |
53
  | 0.1638 | 0.3625 | 0.8491 | 0.8642 | 0.8544 | 0.8906 | 4 |
54
+ | 0.1466 | 0.3625 | 0.8491 | 0.8642 | 0.8544 | 0.8906 | 5 |
55
 
56
 
57
  ### Framework versions