End of training
Browse files- .gitattributes +1 -0
- README.md +118 -3
- config.json +33 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
- runs/Feb08_09-50-40_02a9afb5e7cd/events.out.tfevents.1707385841.02a9afb5e7cd.734.0 +3 -0
- special_tokens_map.json +5 -0
- spiece.model +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +41 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,5 +1,120 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: eslamxm/mt5-base-finetuned-arur
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: T6
|
8 |
+
results: []
|
9 |
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# T6
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [eslamxm/mt5-base-finetuned-arur](https://huggingface.co/eslamxm/mt5-base-finetuned-arur) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.5941
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 0.0001
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 64
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.2591 | 1.0 | 37 | 0.2616 |
|
50 |
+
| 0.1639 | 2.0 | 74 | 0.2497 |
|
51 |
+
| 0.1771 | 3.0 | 111 | 0.2448 |
|
52 |
+
| 0.1465 | 4.0 | 148 | 0.2486 |
|
53 |
+
| 0.1294 | 5.0 | 185 | 0.2499 |
|
54 |
+
| 0.118 | 6.0 | 222 | 0.2520 |
|
55 |
+
| 0.1014 | 7.0 | 259 | 0.2582 |
|
56 |
+
| 0.0986 | 8.0 | 296 | 0.2631 |
|
57 |
+
| 0.1021 | 9.0 | 333 | 0.2775 |
|
58 |
+
| 0.0783 | 10.0 | 370 | 0.2867 |
|
59 |
+
| 0.0699 | 11.0 | 407 | 0.2906 |
|
60 |
+
| 0.062 | 12.0 | 444 | 0.3010 |
|
61 |
+
| 0.059 | 13.0 | 481 | 0.3144 |
|
62 |
+
| 0.0592 | 14.0 | 518 | 0.3265 |
|
63 |
+
| 0.0513 | 15.0 | 555 | 0.3365 |
|
64 |
+
| 0.0404 | 16.0 | 592 | 0.3550 |
|
65 |
+
| 0.0417 | 17.0 | 629 | 0.3552 |
|
66 |
+
| 0.0385 | 18.0 | 666 | 0.3682 |
|
67 |
+
| 0.0303 | 19.0 | 703 | 0.3728 |
|
68 |
+
| 0.0355 | 20.0 | 740 | 0.3947 |
|
69 |
+
| 0.0232 | 21.0 | 777 | 0.4208 |
|
70 |
+
| 0.024 | 22.0 | 814 | 0.4080 |
|
71 |
+
| 0.023 | 23.0 | 851 | 0.4265 |
|
72 |
+
| 0.0169 | 24.0 | 888 | 0.4233 |
|
73 |
+
| 0.0185 | 25.0 | 925 | 0.4450 |
|
74 |
+
| 0.0214 | 26.0 | 962 | 0.4528 |
|
75 |
+
| 0.0159 | 27.0 | 999 | 0.4486 |
|
76 |
+
| 0.0156 | 28.0 | 1036 | 0.4926 |
|
77 |
+
| 0.017 | 29.0 | 1073 | 0.4927 |
|
78 |
+
| 0.0137 | 30.0 | 1110 | 0.4886 |
|
79 |
+
| 0.0139 | 31.0 | 1147 | 0.5205 |
|
80 |
+
| 0.0108 | 32.0 | 1184 | 0.4953 |
|
81 |
+
| 0.0136 | 33.0 | 1221 | 0.4925 |
|
82 |
+
| 0.0129 | 34.0 | 1258 | 0.5081 |
|
83 |
+
| 0.0099 | 35.0 | 1295 | 0.5252 |
|
84 |
+
| 0.0116 | 36.0 | 1332 | 0.5241 |
|
85 |
+
| 0.0134 | 37.0 | 1369 | 0.5352 |
|
86 |
+
| 0.0111 | 38.0 | 1406 | 0.5469 |
|
87 |
+
| 0.0089 | 39.0 | 1443 | 0.5618 |
|
88 |
+
| 0.0103 | 40.0 | 1480 | 0.5781 |
|
89 |
+
| 0.0083 | 41.0 | 1517 | 0.5896 |
|
90 |
+
| 0.0091 | 42.0 | 1554 | 0.5287 |
|
91 |
+
| 0.0115 | 43.0 | 1591 | 0.5556 |
|
92 |
+
| 0.0069 | 44.0 | 1628 | 0.5497 |
|
93 |
+
| 0.0069 | 45.0 | 1665 | 0.5896 |
|
94 |
+
| 0.0089 | 46.0 | 1702 | 0.5799 |
|
95 |
+
| 0.0056 | 47.0 | 1739 | 0.5654 |
|
96 |
+
| 0.0072 | 48.0 | 1776 | 0.5683 |
|
97 |
+
| 0.0097 | 49.0 | 1813 | 0.5642 |
|
98 |
+
| 0.0065 | 50.0 | 1850 | 0.5623 |
|
99 |
+
| 0.0073 | 51.0 | 1887 | 0.5906 |
|
100 |
+
| 0.0078 | 52.0 | 1924 | 0.5932 |
|
101 |
+
| 0.0068 | 53.0 | 1961 | 0.5923 |
|
102 |
+
| 0.006 | 54.0 | 1998 | 0.5978 |
|
103 |
+
| 0.005 | 55.0 | 2035 | 0.5846 |
|
104 |
+
| 0.0082 | 56.0 | 2072 | 0.5886 |
|
105 |
+
| 0.0081 | 57.0 | 2109 | 0.5844 |
|
106 |
+
| 0.0056 | 58.0 | 2146 | 0.5878 |
|
107 |
+
| 0.0069 | 59.0 | 2183 | 0.5890 |
|
108 |
+
| 0.0075 | 60.0 | 2220 | 0.5946 |
|
109 |
+
| 0.0077 | 61.0 | 2257 | 0.5897 |
|
110 |
+
| 0.0064 | 62.0 | 2294 | 0.5908 |
|
111 |
+
| 0.0049 | 63.0 | 2331 | 0.5934 |
|
112 |
+
| 0.005 | 64.0 | 2368 | 0.5941 |
|
113 |
+
|
114 |
+
|
115 |
+
### Framework versions
|
116 |
+
|
117 |
+
- Transformers 4.35.2
|
118 |
+
- Pytorch 2.1.0+cu121
|
119 |
+
- Datasets 2.16.1
|
120 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "eslamxm/mt5-base-finetuned-arur",
|
3 |
+
"architectures": [
|
4 |
+
"MT5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"classifier_dropout": 0.0,
|
7 |
+
"d_ff": 2048,
|
8 |
+
"d_kv": 64,
|
9 |
+
"d_model": 768,
|
10 |
+
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "gelu_new",
|
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,
|
23 |
+
"output_past": true,
|
24 |
+
"pad_token_id": 0,
|
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.35.2",
|
31 |
+
"use_cache": true,
|
32 |
+
"vocab_size": 250112
|
33 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.35.2"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3eed2b531a8f58eb02f8c08ac3a11c78a23ac7b136f0b8ec7e6289e209494197
|
3 |
+
size 2329638768
|
runs/Feb08_09-50-40_02a9afb5e7cd/events.out.tfevents.1707385841.02a9afb5e7cd.734.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f264d6af60b69534f400abf1418fd100635bc7a5ac979e4627d4570d8b3f354d
|
3 |
+
size 100545
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "</s>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
|
3 |
+
size 4309802
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:589a163f1112fea5f00676c01e130b8e51806479ec7c94f8e0c0e7182053e12b
|
3 |
+
size 16315477
|
tokenizer_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<pad>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "</s>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "<unk>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"additional_special_tokens": [],
|
29 |
+
"clean_up_tokenization_spaces": true,
|
30 |
+
"eos_token": "</s>",
|
31 |
+
"extra_ids": 0,
|
32 |
+
"max_length": 128,
|
33 |
+
"model_max_length": 1000000000000000019884624838656,
|
34 |
+
"pad_token": "</s>",
|
35 |
+
"sp_model_kwargs": {},
|
36 |
+
"stride": 0,
|
37 |
+
"tokenizer_class": "T5Tokenizer",
|
38 |
+
"truncation_side": "right",
|
39 |
+
"truncation_strategy": "longest_first",
|
40 |
+
"unk_token": "<unk>"
|
41 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5715b55d9c2c539d8cf47951ea43c252b83660f019293555a5d8fb31665bf43
|
3 |
+
size 4536
|