Noodle-bg commited on
Commit
987f882
1 Parent(s): 1673a4c

Model save

Browse files
Files changed (2) hide show
  1. README.md +48 -18
  2. model.safetensors +1 -1
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-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.5208
24
- - Accuracy: 0.9028
25
- - F1: 0.8924
26
- - Precision: 0.8990
27
- - Recall: 0.8925
28
 
29
  ## Model description
30
 
@@ -49,25 +49,55 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - lr_scheduler_warmup_steps: 100
53
  - num_epochs: 3
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
- | 1.6803 | 0.24 | 50 | 1.2419 | 0.7613 | 0.7374 | 0.7493 | 0.7460 |
60
- | 0.6367 | 0.48 | 100 | 0.4523 | 0.8437 | 0.8358 | 0.8377 | 0.8357 |
61
- | 0.2756 | 0.71 | 150 | 0.4543 | 0.8625 | 0.8550 | 0.8576 | 0.8544 |
62
- | 0.2569 | 0.95 | 200 | 0.4377 | 0.8845 | 0.8715 | 0.8791 | 0.8727 |
63
- | 0.1044 | 1.19 | 250 | 0.5032 | 0.8903 | 0.8793 | 0.8828 | 0.8795 |
64
- | 0.0745 | 1.43 | 300 | 0.5342 | 0.8912 | 0.8791 | 0.8881 | 0.8798 |
65
- | 0.0906 | 1.67 | 350 | 0.5484 | 0.8992 | 0.8880 | 0.8956 | 0.8886 |
66
- | 0.0839 | 1.9 | 400 | 0.5337 | 0.8939 | 0.8827 | 0.8858 | 0.8830 |
67
- | 0.0474 | 2.14 | 450 | 0.5237 | 0.8983 | 0.8876 | 0.8938 | 0.8879 |
68
- | 0.0346 | 2.38 | 500 | 0.4822 | 0.9037 | 0.8939 | 0.9005 | 0.8939 |
69
- | 0.0243 | 2.62 | 550 | 0.5014 | 0.9019 | 0.8916 | 0.8964 | 0.8917 |
70
- | 0.0181 | 2.86 | 600 | 0.5208 | 0.9028 | 0.8924 | 0.8990 | 0.8925 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
 
73
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.5562
24
+ - Accuracy: 0.8708
25
+ - F1: 0.8634
26
+ - Precision: 0.8673
27
+ - Recall: 0.8632
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 150
53
  - num_epochs: 3
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 2.9977 | 0.07 | 50 | 2.9491 | 0.0609 | 0.0334 | 0.0689 | 0.0589 |
60
+ | 2.6422 | 0.14 | 100 | 2.1816 | 0.4223 | 0.3423 | 0.4771 | 0.4054 |
61
+ | 1.8378 | 0.21 | 150 | 1.4580 | 0.6045 | 0.5381 | 0.5940 | 0.5858 |
62
+ | 1.2155 | 0.28 | 200 | 1.0783 | 0.7019 | 0.6600 | 0.6722 | 0.6851 |
63
+ | 0.8869 | 0.35 | 250 | 0.8923 | 0.7491 | 0.7237 | 0.7474 | 0.7309 |
64
+ | 0.821 | 0.42 | 300 | 0.8259 | 0.7667 | 0.7453 | 0.7527 | 0.7494 |
65
+ | 0.7908 | 0.49 | 350 | 0.8119 | 0.7694 | 0.7417 | 0.7745 | 0.7510 |
66
+ | 0.6891 | 0.56 | 400 | 0.7503 | 0.7827 | 0.7566 | 0.7834 | 0.7659 |
67
+ | 0.6517 | 0.64 | 450 | 0.7300 | 0.7840 | 0.7592 | 0.8025 | 0.7668 |
68
+ | 0.582 | 0.71 | 500 | 0.7140 | 0.8003 | 0.7874 | 0.7946 | 0.7868 |
69
+ | 0.5354 | 0.78 | 550 | 0.7101 | 0.7789 | 0.7730 | 0.7973 | 0.7731 |
70
+ | 0.6222 | 0.85 | 600 | 0.6393 | 0.8105 | 0.7917 | 0.8066 | 0.7941 |
71
+ | 0.5159 | 0.92 | 650 | 0.6774 | 0.7946 | 0.7771 | 0.8021 | 0.7792 |
72
+ | 0.5611 | 0.99 | 700 | 0.6016 | 0.8218 | 0.8030 | 0.8211 | 0.8064 |
73
+ | 0.3468 | 1.06 | 750 | 0.6555 | 0.8113 | 0.7963 | 0.8126 | 0.7972 |
74
+ | 0.3636 | 1.13 | 800 | 0.6447 | 0.8139 | 0.8015 | 0.8182 | 0.8014 |
75
+ | 0.2689 | 1.2 | 850 | 0.5984 | 0.8332 | 0.8230 | 0.8294 | 0.8233 |
76
+ | 0.3393 | 1.27 | 900 | 0.6076 | 0.8334 | 0.8253 | 0.8337 | 0.8254 |
77
+ | 0.3395 | 1.34 | 950 | 0.5933 | 0.8364 | 0.8253 | 0.8320 | 0.8250 |
78
+ | 0.2421 | 1.41 | 1000 | 0.5973 | 0.8371 | 0.8256 | 0.8369 | 0.8254 |
79
+ | 0.2708 | 1.48 | 1050 | 0.6241 | 0.8348 | 0.8244 | 0.8311 | 0.8252 |
80
+ | 0.2972 | 1.55 | 1100 | 0.6012 | 0.8395 | 0.8292 | 0.8400 | 0.8274 |
81
+ | 0.2694 | 1.62 | 1150 | 0.6092 | 0.8425 | 0.8348 | 0.8497 | 0.8352 |
82
+ | 0.2738 | 1.69 | 1200 | 0.5839 | 0.8501 | 0.8426 | 0.8474 | 0.8414 |
83
+ | 0.2731 | 1.77 | 1250 | 0.5573 | 0.8542 | 0.8446 | 0.8491 | 0.8444 |
84
+ | 0.2472 | 1.84 | 1300 | 0.5565 | 0.8546 | 0.8476 | 0.8547 | 0.8469 |
85
+ | 0.1901 | 1.91 | 1350 | 0.5555 | 0.8586 | 0.8521 | 0.8568 | 0.8519 |
86
+ | 0.217 | 1.98 | 1400 | 0.5737 | 0.8548 | 0.8446 | 0.8549 | 0.8447 |
87
+ | 0.1559 | 2.05 | 1450 | 0.5715 | 0.8578 | 0.8494 | 0.8559 | 0.8481 |
88
+ | 0.1457 | 2.12 | 1500 | 0.5425 | 0.8650 | 0.8570 | 0.8605 | 0.8566 |
89
+ | 0.1067 | 2.19 | 1550 | 0.5734 | 0.8655 | 0.8564 | 0.8644 | 0.8560 |
90
+ | 0.1183 | 2.26 | 1600 | 0.5509 | 0.8659 | 0.8587 | 0.8617 | 0.8585 |
91
+ | 0.1507 | 2.33 | 1650 | 0.5806 | 0.8609 | 0.8528 | 0.8561 | 0.8529 |
92
+ | 0.1446 | 2.4 | 1700 | 0.5629 | 0.8700 | 0.8633 | 0.8683 | 0.8626 |
93
+ | 0.1234 | 2.47 | 1750 | 0.5690 | 0.8667 | 0.8595 | 0.8625 | 0.8595 |
94
+ | 0.0921 | 2.54 | 1800 | 0.5597 | 0.8640 | 0.8567 | 0.8599 | 0.8566 |
95
+ | 0.0866 | 2.61 | 1850 | 0.5759 | 0.8664 | 0.8593 | 0.8631 | 0.8586 |
96
+ | 0.0874 | 2.68 | 1900 | 0.5790 | 0.8680 | 0.8599 | 0.8658 | 0.8599 |
97
+ | 0.133 | 2.75 | 1950 | 0.5633 | 0.8696 | 0.8625 | 0.8674 | 0.8624 |
98
+ | 0.1309 | 2.82 | 2000 | 0.5580 | 0.8712 | 0.8640 | 0.8678 | 0.8640 |
99
+ | 0.1011 | 2.9 | 2050 | 0.5584 | 0.8711 | 0.8637 | 0.8680 | 0.8636 |
100
+ | 0.0857 | 2.97 | 2100 | 0.5562 | 0.8708 | 0.8634 | 0.8673 | 0.8632 |
101
 
102
 
103
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64ee8e39f74091a18045304b9bcc3ff5da19b75d28cf63774ed806de3de4ffff
3
  size 438014016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b124b97784bf904bc3c72c921eae4fdc4c414fc8a8fef329df5183de4cbf40
3
  size 438014016