SharonTudi commited on
Commit
1008193
·
verified ·
1 Parent(s): 3ac5294

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-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.9320
24
- - Precision: 0.8496
25
- - Recall: 0.8421
26
- - F1: 0.8447
27
- - Accuracy: 0.8421
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: 0.00012
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
@@ -55,21 +55,21 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 1.0443 | 1.0 | 48 | 1.0651 | 0.4994 | 0.5395 | 0.5025 | 0.5395 |
59
- | 0.6631 | 2.0 | 96 | 0.7343 | 0.7711 | 0.75 | 0.7472 | 0.75 |
60
- | 0.5366 | 3.0 | 144 | 0.5170 | 0.8766 | 0.8289 | 0.8327 | 0.8289 |
61
- | 0.3731 | 4.0 | 192 | 0.5171 | 0.8631 | 0.8421 | 0.8439 | 0.8421 |
62
- | 0.3123 | 5.0 | 240 | 0.6708 | 0.8646 | 0.8289 | 0.8343 | 0.8289 |
63
- | 0.3094 | 6.0 | 288 | 0.8981 | 0.8313 | 0.7763 | 0.7720 | 0.7763 |
64
- | 0.2438 | 7.0 | 336 | 0.7930 | 0.8238 | 0.8026 | 0.8020 | 0.8026 |
65
- | 0.2101 | 8.0 | 384 | 0.9481 | 0.8418 | 0.8289 | 0.8295 | 0.8289 |
66
- | 0.1366 | 9.0 | 432 | 1.0604 | 0.8489 | 0.8289 | 0.8283 | 0.8289 |
67
- | 0.114 | 10.0 | 480 | 0.7540 | 0.8676 | 0.8553 | 0.8530 | 0.8553 |
68
- | 0.0838 | 11.0 | 528 | 0.7312 | 0.8496 | 0.8421 | 0.8427 | 0.8421 |
69
- | 0.0255 | 12.0 | 576 | 0.9030 | 0.8496 | 0.8421 | 0.8427 | 0.8421 |
70
- | 0.0117 | 13.0 | 624 | 1.0963 | 0.8152 | 0.8026 | 0.8062 | 0.8026 |
71
- | 0.002 | 14.0 | 672 | 0.9323 | 0.8496 | 0.8421 | 0.8447 | 0.8421 |
72
- | 0.0015 | 15.0 | 720 | 0.9320 | 0.8496 | 0.8421 | 0.8447 | 0.8421 |
73
 
74
 
75
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.8947
24
+ - Precision: 0.8044
25
+ - Recall: 0.8026
26
+ - F1: 0.8032
27
+ - Accuracy: 0.8026
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 6e-05
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.1259 | 1.0 | 48 | 1.0515 | 0.8349 | 0.8289 | 0.8282 | 0.8289 |
59
+ | 0.1905 | 2.0 | 96 | 1.5062 | 0.7753 | 0.7632 | 0.7617 | 0.7632 |
60
+ | 0.0579 | 3.0 | 144 | 1.9962 | 0.7931 | 0.7632 | 0.7546 | 0.7632 |
61
+ | 0.0528 | 4.0 | 192 | 1.5212 | 0.8220 | 0.8158 | 0.8170 | 0.8158 |
62
+ | 0.0497 | 5.0 | 240 | 1.5217 | 0.8344 | 0.8289 | 0.8298 | 0.8289 |
63
+ | 0.0181 | 6.0 | 288 | 1.5034 | 0.8344 | 0.8289 | 0.8298 | 0.8289 |
64
+ | 0.0003 | 7.0 | 336 | 1.6843 | 0.8044 | 0.8026 | 0.8032 | 0.8026 |
65
+ | 0.0002 | 8.0 | 384 | 2.0009 | 0.7773 | 0.7763 | 0.7760 | 0.7763 |
66
+ | 0.0186 | 9.0 | 432 | 1.6396 | 0.8202 | 0.8158 | 0.8169 | 0.8158 |
67
+ | 0.0001 | 10.0 | 480 | 1.6452 | 0.8202 | 0.8158 | 0.8169 | 0.8158 |
68
+ | 0.0001 | 11.0 | 528 | 1.6605 | 0.8202 | 0.8158 | 0.8169 | 0.8158 |
69
+ | 0.0001 | 12.0 | 576 | 1.7228 | 0.8202 | 0.8158 | 0.8169 | 0.8158 |
70
+ | 0.0006 | 13.0 | 624 | 1.9074 | 0.8044 | 0.8026 | 0.8032 | 0.8026 |
71
+ | 0.0001 | 14.0 | 672 | 1.8927 | 0.8044 | 0.8026 | 0.8032 | 0.8026 |
72
+ | 0.0001 | 15.0 | 720 | 1.8947 | 0.8044 | 0.8026 | 0.8032 | 0.8026 |
73
 
74
 
75
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:761a6b7392cd1f81ac946a15ba2cb1a5dc581d3b10b3553cf5ae7c534a6d86ae
3
  size 263150840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cc35e23b706228f6ff94004914476e939faa8885732a2c16269aace6aab6cd3
3
  size 263150840
runs/Jan19_14-58-29_fd24580f6931/events.out.tfevents.1705676322.fd24580f6931.1220.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b4edf01cf21e8a6e2c2f23437b2aec049cc67fd2fbf223f67e3ecc5fd3b121
3
+ size 14339
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d3e6bfb0fedc31733d153d8bc7bbe4d8c705c184e37c0423b68d8ce8df6eca0
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a03711a2852cea1f02751382d42571c4292e9139363f07dc9b011324e7be24
3
  size 4664