SimoneJLaudani commited on
Commit
2acf3e1
·
verified ·
1 Parent(s): b54f485

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.7083
24
- - Precision: 0.8225
25
- - Recall: 0.8179
26
- - F1: 0.8173
27
- - Accuracy: 0.8179
28
 
29
  ## Model description
30
 
@@ -44,8 +44,8 @@ More information needed
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
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
@@ -55,28 +55,8 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 1.9419 | 0.14 | 30 | 1.8747 | 0.1996 | 0.1457 | 0.0783 | 0.1457 |
59
- | 1.8097 | 0.27 | 60 | 1.6298 | 0.5707 | 0.5154 | 0.4893 | 0.5154 |
60
- | 1.5214 | 0.41 | 90 | 1.3924 | 0.6685 | 0.5770 | 0.5477 | 0.5770 |
61
- | 1.2785 | 0.54 | 120 | 1.1174 | 0.7150 | 0.6947 | 0.6917 | 0.6947 |
62
- | 1.058 | 0.68 | 150 | 0.8779 | 0.7714 | 0.7451 | 0.7398 | 0.7451 |
63
- | 0.8909 | 0.81 | 180 | 0.8686 | 0.7359 | 0.6863 | 0.6730 | 0.6863 |
64
- | 0.795 | 0.95 | 210 | 0.7394 | 0.7970 | 0.7619 | 0.7541 | 0.7619 |
65
- | 0.6453 | 1.08 | 240 | 0.6687 | 0.7733 | 0.7647 | 0.7620 | 0.7647 |
66
- | 0.5226 | 1.22 | 270 | 0.6228 | 0.8175 | 0.8039 | 0.8036 | 0.8039 |
67
- | 0.4012 | 1.35 | 300 | 0.6312 | 0.7818 | 0.7731 | 0.7726 | 0.7731 |
68
- | 0.382 | 1.49 | 330 | 0.6198 | 0.7812 | 0.7759 | 0.7748 | 0.7759 |
69
- | 0.4215 | 1.62 | 360 | 0.6579 | 0.7995 | 0.7899 | 0.7883 | 0.7899 |
70
- | 0.3441 | 1.76 | 390 | 0.6891 | 0.7941 | 0.7871 | 0.7835 | 0.7871 |
71
- | 0.2823 | 1.89 | 420 | 0.6695 | 0.8059 | 0.7983 | 0.7979 | 0.7983 |
72
- | 0.2822 | 2.03 | 450 | 0.6461 | 0.7906 | 0.7871 | 0.7859 | 0.7871 |
73
- | 0.1544 | 2.16 | 480 | 0.7253 | 0.7767 | 0.7759 | 0.7727 | 0.7759 |
74
- | 0.1368 | 2.3 | 510 | 0.7756 | 0.7886 | 0.7843 | 0.7832 | 0.7843 |
75
- | 0.1212 | 2.43 | 540 | 0.7391 | 0.7993 | 0.7955 | 0.7944 | 0.7955 |
76
- | 0.2156 | 2.57 | 570 | 0.7008 | 0.8170 | 0.8123 | 0.8112 | 0.8123 |
77
- | 0.1993 | 2.7 | 600 | 0.7077 | 0.8260 | 0.8207 | 0.8202 | 0.8207 |
78
- | 0.0871 | 2.84 | 630 | 0.7046 | 0.8225 | 0.8179 | 0.8173 | 0.8179 |
79
- | 0.1144 | 2.97 | 660 | 0.7082 | 0.8225 | 0.8179 | 0.8173 | 0.8179 |
80
 
81
 
82
  ### 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.7301
24
+ - Precision: 0.7889
25
+ - Recall: 0.7759
26
+ - F1: 0.7758
27
+ - Accuracy: 0.7759
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 5e-05
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
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
+ | 0.2611 | 1.07 | 30 | 0.7044 | 0.7874 | 0.7815 | 0.7813 | 0.7815 |
59
+ | 0.1242 | 2.14 | 60 | 0.7301 | 0.7889 | 0.7759 | 0.7758 | 0.7759 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41ab223c016844c7201f1131b9104b51ca285be4fa153e1f4269f98764cab8ca
3
  size 267847948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fa31928a05eb69ce6c3445a397ffb4997d9696ffd652736c080511b55b1514
3
  size 267847948
runs/Mar22_00-03-48_2b329e9867ef/events.out.tfevents.1711065846.2b329e9867ef.177.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3442500b85efae478c1decebce22834c7fd70cda797bf2209003e6e74d2cde
3
+ size 14345
runs/Mar22_00-08-31_2b329e9867ef/events.out.tfevents.1711066151.2b329e9867ef.177.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:119e8786c3540875a96fc0e179e547f01308f648be1a7e6c1851b5d1d203e4cf
3
+ size 6144
runs/Mar22_00-18-24_2b329e9867ef/events.out.tfevents.1711066710.2b329e9867ef.177.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2c01a131ff84067fd9f7b4c91745fdd08f5a59a66f24a1b87ca60187806255
3
+ size 12552
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec7b37dcdfbe6ac2edea9ffa6ee4fc9f25e3fd66593a0080227fbe537a0dbb71
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57c700f1c0f71e6f55523208d6d925f99a85dd33a01fda73e17c992766caa313
3
+ size 4920