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

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: t5-base
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-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,26 +46,26 @@ The following hyperparameters were used during training:
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
 
1
  ---
2
  license: apache-2.0
3
+ base_model: t5-large
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
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.0260
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 5.0748 | 1.0 | 26 | 3.6708 |
50
+ | 1.2816 | 2.0 | 52 | 1.5886 |
51
+ | 1.422 | 3.0 | 78 | 0.7878 |
52
+ | 0.5729 | 4.0 | 104 | 0.4200 |
53
+ | 1.007 | 5.0 | 130 | 0.2706 |
54
+ | 0.2949 | 6.0 | 156 | 0.1751 |
55
+ | 0.2805 | 7.0 | 182 | 0.1193 |
56
+ | 0.1689 | 8.0 | 208 | 0.0948 |
57
+ | 0.1232 | 9.0 | 234 | 0.0717 |
58
+ | 0.0205 | 10.0 | 260 | 0.0656 |
59
+ | 0.1277 | 11.0 | 286 | 0.0600 |
60
+ | 0.0357 | 12.0 | 312 | 0.0550 |
61
+ | 0.0217 | 13.0 | 338 | 0.0469 |
62
+ | 0.0201 | 14.0 | 364 | 0.0377 |
63
+ | 0.0904 | 15.0 | 390 | 0.0320 |
64
+ | 0.0083 | 16.0 | 416 | 0.0289 |
65
+ | 0.1448 | 17.0 | 442 | 0.0284 |
66
+ | 0.2741 | 18.0 | 468 | 0.0276 |
67
+ | 0.0028 | 19.0 | 494 | 0.0261 |
68
+ | 0.015 | 20.0 | 520 | 0.0260 |
69
 
70
 
71
  ### Framework versions
config.json CHANGED
@@ -1,12 +1,12 @@
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,9 +18,9 @@
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,
 
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
  "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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dd86d5ac68b6c4e79ca881305530d6ebb7242399263d6b5471c42d5bff68aa6
3
- size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c84cc7e25429fc1e492e9d95785c33775e3cb524a653981ce9c9bd1f501cd3dd
3
+ size 2950734544
runs/Jun18_06-06-38_MacBook-Pro.local/events.out.tfevents.1718662001.MacBook-Pro.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6021c8c7122f2415f5ad8983f1d738c3099362cc8cad52c348620314509bce2f
3
+ size 120768
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdb918e3c32c23c2c1f1ec7c252d5ac6cca55861fe748637614e302161b38973
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ebce11ea83a409378d7d692f77adf91345f4f55b5887395f43d1f0ccfa86995
3
  size 5304