aslon1213 commited on
Commit
9f1b583
1 Parent(s): 83724ea

Training complete

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0426
24
- - Precision: 0.5603
25
- - Recall: 0.4351
26
- - F1: 0.4898
27
- - Accuracy: 0.9892
28
 
29
  ## Model description
30
 
@@ -43,7 +43,7 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 5e-05
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0508 | 0.2 | 5000 | 0.0426 | 0.5603 | 0.4351 | 0.4898 | 0.9892 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0493
24
+ - Precision: 0.5627
25
+ - Recall: 0.3880
26
+ - F1: 0.4593
27
+ - Accuracy: 0.9888
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0677 | 0.0444 | 5000 | 0.0493 | 0.5627 | 0.3880 | 0.4593 | 0.9888 |
59
 
60
 
61
  ### Framework versions