UchihaMadara commited on
Commit
7185d56
·
1 Parent(s): eb7ec08

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.3873
23
- - Precision: 0.1119
24
- - Recall: 0.1176
25
- - F1: 0.1147
26
- - Accuracy: 0.4910
27
 
28
  ## Model description
29
 
@@ -48,15 +48,16 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 3
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 7 | 1.5010 | 0.0703 | 0.0863 | 0.0775 | 0.4580 |
58
- | No log | 2.0 | 14 | 1.4077 | 0.1039 | 0.1150 | 0.1092 | 0.4821 |
59
- | No log | 3.0 | 21 | 1.3873 | 0.1119 | 0.1176 | 0.1147 | 0.4910 |
 
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.2382
23
+ - Precision: 0.2445
24
+ - Recall: 0.3046
25
+ - F1: 0.2712
26
+ - Accuracy: 0.5420
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 4
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 7 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
58
+ | No log | 2.0 | 14 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
59
+ | No log | 3.0 | 21 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
60
+ | No log | 4.0 | 28 | 1.2382 | 0.2445 | 0.3046 | 0.2712 | 0.5420 |
61
 
62
 
63
  ### Framework versions