LucasMagnana commited on
Commit
6f829ab
1 Parent(s): a015052

LucasMagnana/Pictalk

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bert-large-uncased-whole-word-masking](https://huggingface.co/bert-large-uncased-whole-word-masking) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.5561
19
 
20
  ## Model description
21
 
@@ -40,16 +40,63 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3.0
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 0.5356 | 1.0 | 21 | 1.4643 |
51
- | 0.5393 | 2.0 | 42 | 1.4886 |
52
- | 0.518 | 3.0 | 63 | 1.5391 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [bert-large-uncased-whole-word-masking](https://huggingface.co/bert-large-uncased-whole-word-masking) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.5286
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 50
44
  - mixed_precision_training: Native AMP
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 3.2507 | 1.0 | 25 | 2.7433 |
51
+ | 2.518 | 2.0 | 50 | 2.2772 |
52
+ | 2.323 | 3.0 | 75 | 2.0185 |
53
+ | 2.0883 | 4.0 | 100 | 1.9731 |
54
+ | 1.8835 | 5.0 | 125 | 1.9086 |
55
+ | 1.8641 | 6.0 | 150 | 1.7880 |
56
+ | 1.7244 | 7.0 | 175 | 1.7763 |
57
+ | 1.7395 | 8.0 | 200 | 1.7191 |
58
+ | 1.6834 | 9.0 | 225 | 1.6734 |
59
+ | 1.6631 | 10.0 | 250 | 1.6970 |
60
+ | 1.5764 | 11.0 | 275 | 1.6939 |
61
+ | 1.54 | 12.0 | 300 | 1.6576 |
62
+ | 1.5205 | 13.0 | 325 | 1.5530 |
63
+ | 1.4832 | 14.0 | 350 | 1.5448 |
64
+ | 1.4582 | 15.0 | 375 | 1.6000 |
65
+ | 1.418 | 16.0 | 400 | 1.5240 |
66
+ | 1.4152 | 17.0 | 425 | 1.5330 |
67
+ | 1.3529 | 18.0 | 450 | 1.5850 |
68
+ | 1.3886 | 19.0 | 475 | 1.4814 |
69
+ | 1.3268 | 20.0 | 500 | 1.6087 |
70
+ | 1.2914 | 21.0 | 525 | 1.5714 |
71
+ | 1.3431 | 22.0 | 550 | 1.4989 |
72
+ | 1.2838 | 23.0 | 575 | 1.5934 |
73
+ | 1.2943 | 24.0 | 600 | 1.4751 |
74
+ | 1.2704 | 25.0 | 625 | 1.5158 |
75
+ | 1.284 | 26.0 | 650 | 1.6148 |
76
+ | 1.2148 | 27.0 | 675 | 1.4828 |
77
+ | 1.2382 | 28.0 | 700 | 1.4890 |
78
+ | 1.1684 | 29.0 | 725 | 1.5531 |
79
+ | 1.2053 | 30.0 | 750 | 1.4755 |
80
+ | 1.1973 | 31.0 | 775 | 1.4426 |
81
+ | 1.2127 | 32.0 | 800 | 1.5464 |
82
+ | 1.1802 | 33.0 | 825 | 1.4410 |
83
+ | 1.1828 | 34.0 | 850 | 1.5026 |
84
+ | 1.1338 | 35.0 | 875 | 1.5691 |
85
+ | 1.11 | 36.0 | 900 | 1.5073 |
86
+ | 1.1456 | 37.0 | 925 | 1.5055 |
87
+ | 1.1253 | 38.0 | 950 | 1.5108 |
88
+ | 1.1214 | 39.0 | 975 | 1.4563 |
89
+ | 1.1654 | 40.0 | 1000 | 1.5881 |
90
+ | 1.0921 | 41.0 | 1025 | 1.4060 |
91
+ | 1.1087 | 42.0 | 1050 | 1.4952 |
92
+ | 1.0824 | 43.0 | 1075 | 1.5512 |
93
+ | 1.1127 | 44.0 | 1100 | 1.5481 |
94
+ | 1.0994 | 45.0 | 1125 | 1.5692 |
95
+ | 1.0579 | 46.0 | 1150 | 1.4802 |
96
+ | 1.1006 | 47.0 | 1175 | 1.5585 |
97
+ | 1.0692 | 48.0 | 1200 | 1.4303 |
98
+ | 1.1131 | 49.0 | 1225 | 1.5129 |
99
+ | 1.0943 | 50.0 | 1250 | 1.5286 |
100
 
101
 
102
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52b832eed804150fac2197e6828329a36f984219580b261486a90df24b960ca9
3
  size 1340745016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690618679bf1ea4204be56de1f16e46b9423247d88d202203867c696273a033b
3
  size 1340745016
runs/Jan23_15-29-08_e2189d3addf8/events.out.tfevents.1706023749.e2189d3addf8.34673.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4bea78c83f1388b603d98f52c4c076ee572411d55e63998c25c9d142f6f010f
3
- size 13288
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dca09e2ab79a7d47456152acbf0cd764962214cb950e83288b70287b9d31ea6
3
+ size 26211