mHossain commited on
Commit
8e81c08
1 Parent(s): 789afe4

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
- license: apache-2.0
3
- base_model: google/mt5-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,14 +14,14 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bangla_idiom_generation_v1
17
 
18
- This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: nan
21
  - Rouge1: 0.0
22
  - Rouge2: 0.0
23
  - Rougel: 0.0
24
  - Rougelsum: 0.0
25
- - Gen Len: 8.1372
26
 
27
  ## Model description
28
 
@@ -56,11 +55,11 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
58
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
59
- | No log | 0.99 | 56 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 8.1372 |
60
- | No log | 2.0 | 113 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 8.1372 |
61
- | No log | 2.99 | 169 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 8.1372 |
62
- | No log | 4.0 | 226 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 8.1372 |
63
- | No log | 4.96 | 280 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 8.1372 |
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
+ base_model: mHossain/bangla-para-v3-500000
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
14
 
15
  # bangla_idiom_generation_v1
16
 
17
+ This model is a fine-tuned version of [mHossain/bangla-para-v3-500000](https://huggingface.co/mHossain/bangla-para-v3-500000) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: nan
20
  - Rouge1: 0.0
21
  - Rouge2: 0.0
22
  - Rougel: 0.0
23
  - Rougelsum: 0.0
24
+ - Gen Len: 0.0
25
 
26
  ## Model description
27
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | No log | 0.99 | 56 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 12.9115 |
59
+ | No log | 2.0 | 113 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 12.9027 |
60
+ | No log | 2.99 | 169 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
61
+ | No log | 4.0 | 226 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
62
+ | No log | 4.96 | 280 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "google/mt5-base",
3
  "architectures": [
4
- "MT5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2048,
@@ -12,11 +12,12 @@
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
  "feed_forward_proj": "gated-gelu",
 
15
  "initializer_factor": 1.0,
16
  "is_encoder_decoder": true,
17
  "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
- "model_type": "mt5",
20
  "num_decoder_layers": 12,
21
  "num_heads": 12,
22
  "num_layers": 12,
@@ -25,9 +26,8 @@
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
  "tie_word_embeddings": false,
28
- "tokenizer_class": "T5Tokenizer",
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.33.3",
31
  "use_cache": true,
32
- "vocab_size": 250112
33
  }
 
1
  {
2
+ "_name_or_path": "mHossain/bangla-para-v3-500000",
3
  "architectures": [
4
+ "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2048,
 
12
  "dropout_rate": 0.1,
13
  "eos_token_id": 1,
14
  "feed_forward_proj": "gated-gelu",
15
+ "gradient_checkpointing": false,
16
  "initializer_factor": 1.0,
17
  "is_encoder_decoder": true,
18
  "is_gated_act": true,
19
  "layer_norm_epsilon": 1e-06,
20
+ "model_type": "t5",
21
  "num_decoder_layers": 12,
22
  "num_heads": 12,
23
  "num_layers": 12,
 
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "tie_word_embeddings": false,
 
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.33.3",
31
  "use_cache": true,
32
+ "vocab_size": 32100
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2ca6d2561d7c2deb19e574d655a10408dbe061ceafcc98d3791baf9fd99f2d8
3
- size 2329702581
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1608a9f6e173e6796be86bf339142a11ddd069615599425173a36f97938b1aec
3
+ size 990236853
special_tokens_map.json CHANGED
@@ -1,4 +1,106 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "eos_token": "</s>",
3
  "pad_token": "<pad>",
4
  "unk_token": "<unk>"
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
  "eos_token": "</s>",
105
  "pad_token": "<pad>",
106
  "unk_token": "<unk>"
spiece.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
3
- size 4309802
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dcab96935a2a51b1461c84e44c952ea8a3640c8bc3e2c6ae7a21d855454ae27
3
+ size 1111492
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93c3578052e1605d8332eb961bc08d72e246071974e4cc54aa6991826b802aa5
3
- size 16330369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae9c57270a3595d4f2d117d70394f1a32d6788aa4fa1d50505064c5f1df2acc
3
+ size 2741559
tokenizer_config.json CHANGED
@@ -1,12 +1,116 @@
1
  {
2
- "additional_special_tokens": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
4
  "eos_token": "</s>",
5
- "extra_ids": 0,
6
- "legacy": true,
7
- "model_max_length": 1000000000000000019884624838656,
8
  "pad_token": "<pad>",
9
  "sp_model_kwargs": {},
 
10
  "tokenizer_class": "T5Tokenizer",
 
 
11
  "unk_token": "<unk>"
12
  }
 
1
  {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
+ "extra_ids": 100,
107
+ "max_length": 256,
108
+ "model_max_length": 512,
109
  "pad_token": "<pad>",
110
  "sp_model_kwargs": {},
111
+ "stride": 0,
112
  "tokenizer_class": "T5Tokenizer",
113
+ "truncation_side": "right",
114
+ "truncation_strategy": "longest_first",
115
  "unk_token": "<unk>"
116
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aadaf211fa50033cbf6b3445fd01a2601ea066fb55d3088ea4c4334926a4ab06
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50833c3c2b48c43373dd9e91e76677d98c910f06080a821896792b8e4336ec5
3
  size 4219