nazemi commited on
Commit
3c01f13
·
1 Parent(s): edb862a

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-large
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # occ_extractor
15
 
16
- This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0226
19
 
20
  ## Model description
21
 
@@ -46,26 +46,26 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 5.0173 | 1.0 | 26 | 3.6634 |
50
- | 1.3207 | 2.0 | 52 | 1.6421 |
51
- | 1.509 | 3.0 | 78 | 0.8581 |
52
- | 0.5497 | 4.0 | 104 | 0.4255 |
53
- | 1.03 | 5.0 | 130 | 0.2530 |
54
- | 0.2971 | 6.0 | 156 | 0.1623 |
55
- | 0.2127 | 7.0 | 182 | 0.1202 |
56
- | 0.2528 | 8.0 | 208 | 0.0950 |
57
- | 0.1327 | 9.0 | 234 | 0.0767 |
58
- | 0.0153 | 10.0 | 260 | 0.0653 |
59
- | 0.0677 | 11.0 | 286 | 0.0579 |
60
- | 0.0441 | 12.0 | 312 | 0.0505 |
61
- | 0.0254 | 13.0 | 338 | 0.0425 |
62
- | 0.022 | 14.0 | 364 | 0.0325 |
63
- | 0.0683 | 15.0 | 390 | 0.0277 |
64
- | 0.0128 | 16.0 | 416 | 0.0265 |
65
- | 0.1322 | 17.0 | 442 | 0.0251 |
66
- | 0.2482 | 18.0 | 468 | 0.0237 |
67
- | 0.003 | 19.0 | 494 | 0.0226 |
68
- | 0.0118 | 20.0 | 520 | 0.0226 |
69
 
70
 
71
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-base
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # occ_extractor
15
 
16
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.1291
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 5.5491 | 1.0 | 26 | 3.2512 |
50
+ | 1.628 | 2.0 | 52 | 1.8521 |
51
+ | 1.7683 | 3.0 | 78 | 1.2445 |
52
+ | 0.7533 | 4.0 | 104 | 0.8269 |
53
+ | 1.5694 | 5.0 | 130 | 0.5890 |
54
+ | 0.7123 | 6.0 | 156 | 0.4530 |
55
+ | 0.6509 | 7.0 | 182 | 0.3668 |
56
+ | 0.5216 | 8.0 | 208 | 0.3004 |
57
+ | 0.3966 | 9.0 | 234 | 0.2569 |
58
+ | 0.2632 | 10.0 | 260 | 0.2259 |
59
+ | 0.4013 | 11.0 | 286 | 0.2019 |
60
+ | 0.669 | 12.0 | 312 | 0.1826 |
61
+ | 0.1427 | 13.0 | 338 | 0.1691 |
62
+ | 0.1859 | 14.0 | 364 | 0.1581 |
63
+ | 0.1458 | 15.0 | 390 | 0.1496 |
64
+ | 0.1999 | 16.0 | 416 | 0.1407 |
65
+ | 0.3686 | 17.0 | 442 | 0.1356 |
66
+ | 0.2666 | 18.0 | 468 | 0.1318 |
67
+ | 0.1874 | 19.0 | 494 | 0.1298 |
68
+ | 0.2286 | 20.0 | 520 | 0.1291 |
69
 
70
 
71
  ### Framework versions
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "t5-large",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 4096,
8
  "d_kv": 64,
9
- "d_model": 1024,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
@@ -18,9 +18,9 @@
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
- "num_decoder_layers": 24,
22
- "num_heads": 16,
23
- "num_layers": 24,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
+ "d_ff": 3072,
8
  "d_kv": 64,
9
+ "d_model": 768,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
 
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
+ "num_decoder_layers": 12,
22
+ "num_heads": 12,
23
+ "num_layers": 12,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd86d5ac68b6c4e79ca881305530d6ebb7242399263d6b5471c42d5bff68aa6
3
+ size 891644712
runs/Jun17_16-48-01_MacBook-Pro.local/events.out.tfevents.1718614083.MacBook-Pro.local CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:168e8d73e3efa641e7a5799f19b8795a2f0f347fbc4ffa27f723f21cd537f5ca
3
- size 11864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a38aeffbc09d263cdb8b6940133a993f40d9d3b9bf13cccf4292edf2baabd34
3
+ size 97115
runs/Jun18_05-20-45_MacBook-Pro.local/events.out.tfevents.1718659246.MacBook-Pro.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55709dee6769c44174fcdcfb70e4daa9abd03e63adb88b2d030a244d1e3e69b
3
+ size 120766
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69a4dfbe2ba827f0d4eaf9a369b6b6e9104248474f3dcb1eb97f8eff5192bc45
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb918e3c32c23c2c1f1ec7c252d5ac6cca55861fe748637614e302161b38973
3
  size 5304