jh-hoo commited on
Commit
ecf5558
1 Parent(s): a8eecaa

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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 the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0361
24
- - Precision: 0.9529
25
- - Recall: 0.9567
26
- - F1: 0.9548
27
- - Accuracy: 0.9928
28
 
29
  ## Model description
30
 
@@ -44,8 +44,8 @@ More information needed
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
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0454 | 1.0 | 1756 | 0.0379 | 0.9341 | 0.9371 | 0.9356 | 0.9900 |
59
- | 0.0199 | 2.0 | 3512 | 0.0358 | 0.9525 | 0.9549 | 0.9537 | 0.9924 |
60
- | 0.011 | 3.0 | 5268 | 0.0361 | 0.9529 | 0.9567 | 0.9548 | 0.9928 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.41.2
66
- - Pytorch 2.3.0+cu121
67
- - Datasets 2.20.0
68
  - Tokenizers 0.19.1
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1367
24
+ - Precision: 0.8702
25
+ - Recall: 0.8865
26
+ - F1: 0.8783
27
+ - Accuracy: 0.9774
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 204 | 0.1255 | 0.8425 | 0.8676 | 0.8548 | 0.9745 |
59
+ | No log | 2.0 | 408 | 0.1351 | 0.8594 | 0.8819 | 0.8705 | 0.9760 |
60
+ | 0.1103 | 3.0 | 612 | 0.1367 | 0.8702 | 0.8865 | 0.8783 | 0.9774 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.41.2
66
+ - Pytorch 2.1.2
67
+ - Datasets 2.19.2
68
  - Tokenizers 0.19.1