welsachy commited on
Commit
7bf2a69
·
verified ·
1 Parent(s): c51c97f

End of training

Browse files
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.4825
24
- - Precision: 0.8928
25
- - Recall: 0.8834
26
- - F1: 0.8880
27
- - Accuracy: 0.9083
28
 
29
  ## Model description
30
 
@@ -49,22 +49,32 @@ 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
- - num_epochs: 10
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 469 | 0.4587 | 0.9039 | 0.7100 | 0.7651 | 0.8561 |
59
- | 0.5527 | 2.0 | 938 | 0.3752 | 0.8918 | 0.8549 | 0.8710 | 0.8977 |
60
- | 0.2874 | 3.0 | 1407 | 0.4742 | 0.8652 | 0.8545 | 0.8577 | 0.8934 |
61
- | 0.1691 | 4.0 | 1876 | 0.5362 | 0.8808 | 0.8618 | 0.8694 | 0.8902 |
62
- | 0.0963 | 5.0 | 2345 | 0.4825 | 0.8928 | 0.8834 | 0.8880 | 0.9083 |
63
- | 0.0593 | 6.0 | 2814 | 0.5698 | 0.8857 | 0.8747 | 0.8790 | 0.8987 |
64
- | 0.0495 | 7.0 | 3283 | 0.6439 | 0.8962 | 0.8691 | 0.8804 | 0.8966 |
65
- | 0.037 | 8.0 | 3752 | 0.5998 | 0.8870 | 0.8771 | 0.8810 | 0.9009 |
66
- | 0.0408 | 9.0 | 4221 | 0.6265 | 0.8828 | 0.8691 | 0.8748 | 0.8955 |
67
- | 0.0299 | 10.0 | 4690 | 0.6166 | 0.8855 | 0.8721 | 0.8780 | 0.8977 |
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.6721
24
+ - Precision: 0.9018
25
+ - Recall: 0.8881
26
+ - F1: 0.8946
27
+ - Accuracy: 0.9168
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
+ - num_epochs: 20
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 469 | 0.3914 | 0.9136 | 0.7542 | 0.8087 | 0.8678 |
59
+ | 0.5449 | 2.0 | 938 | 0.3944 | 0.8652 | 0.8677 | 0.8644 | 0.8977 |
60
+ | 0.2679 | 3.0 | 1407 | 0.4355 | 0.8717 | 0.8713 | 0.8703 | 0.9009 |
61
+ | 0.1516 | 4.0 | 1876 | 0.4509 | 0.8757 | 0.8809 | 0.8779 | 0.9083 |
62
+ | 0.0989 | 5.0 | 2345 | 0.4762 | 0.8861 | 0.8846 | 0.8854 | 0.9094 |
63
+ | 0.0666 | 6.0 | 2814 | 0.4829 | 0.8878 | 0.8890 | 0.8883 | 0.9126 |
64
+ | 0.0563 | 7.0 | 3283 | 0.5768 | 0.8918 | 0.8866 | 0.8885 | 0.9115 |
65
+ | 0.0349 | 8.0 | 3752 | 0.6874 | 0.8898 | 0.8644 | 0.8758 | 0.8987 |
66
+ | 0.0444 | 9.0 | 4221 | 0.6256 | 0.8804 | 0.8822 | 0.8790 | 0.9019 |
67
+ | 0.0301 | 10.0 | 4690 | 0.6354 | 0.8897 | 0.8750 | 0.8814 | 0.9030 |
68
+ | 0.0318 | 11.0 | 5159 | 0.7172 | 0.8894 | 0.8682 | 0.8770 | 0.9009 |
69
+ | 0.0222 | 12.0 | 5628 | 0.6906 | 0.9001 | 0.8700 | 0.8834 | 0.9019 |
70
+ | 0.0243 | 13.0 | 6097 | 0.7263 | 0.8898 | 0.8732 | 0.8800 | 0.9019 |
71
+ | 0.0172 | 14.0 | 6566 | 0.6936 | 0.8945 | 0.8766 | 0.8846 | 0.9072 |
72
+ | 0.0204 | 15.0 | 7035 | 0.7428 | 0.9081 | 0.8730 | 0.8889 | 0.9051 |
73
+ | 0.0162 | 16.0 | 7504 | 0.7202 | 0.8966 | 0.8748 | 0.8846 | 0.9062 |
74
+ | 0.0162 | 17.0 | 7973 | 0.6721 | 0.9018 | 0.8881 | 0.8946 | 0.9168 |
75
+ | 0.0172 | 18.0 | 8442 | 0.7664 | 0.9037 | 0.8706 | 0.8854 | 0.9030 |
76
+ | 0.0156 | 19.0 | 8911 | 0.7166 | 0.8985 | 0.8784 | 0.8876 | 0.9094 |
77
+ | 0.0158 | 20.0 | 9380 | 0.7327 | 0.8966 | 0.8748 | 0.8846 | 0.9062 |
78
 
79
 
80
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7bcb6f7add2b2556f01dd29848a198eadcf48b53b60cd3095423011a0a85ad8
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f3187a9bcb5bee78e20ac4340c4f37d6f0d2025a586d80e422371e0af3a47c
3
  size 267835644
runs/Jun22_11-17-16_84cbb151b977/events.out.tfevents.1719055059.84cbb151b977.3689.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be8a790f3cb8dc44d29857ee24a94ab4e92547163bc330ef40472a7c704acc74
3
+ size 18527
runs/Jun22_11-17-16_84cbb151b977/events.out.tfevents.1719056846.84cbb151b977.3689.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03121d9ba069cdf5cf876ccabe014507139f06561483c8eec2eb41b7e32b94a
3
+ size 560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0077d0d8e095651a6792d70c8615e0048efb1e9099cbb27372ce2dc85ef4dd3
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba478a3063943f41d5a09b8c726a06874dd2dd9ea671de422e507226cc27e47
3
  size 5176