duraad commited on
Commit
53824ed
·
verified ·
1 Parent(s): b6873bd

End of training

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - wer
12
+ model-index:
13
+ - name: nep-spell-mt5-small-0
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # nep-spell-mt5-small-0
21
+
22
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 1.6065
25
+ - Accuracy: 0.0
26
+ - Precision: 0.0
27
+ - Recall: 0.0
28
+ - F1: 0.0
29
+ - Wer: 7.0137
30
+ - Cer: 13.4164
31
+ - Chrf: 1.5380
32
+ - Exact Match: 0.0
33
+ - Bertscore:precision: 0.4936
34
+ - Bertscore:recall: 0.5422
35
+ - Bertscore:f1: 0.5139
36
+ - Ter: 701.3722
37
+ - Blerurt: -0.5287
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 2
58
+ - eval_batch_size: 2
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 500
63
+ - num_epochs: 1
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Wer | Cer | Chrf | Exact Match | Bertscore:precision | Bertscore:recall | Bertscore:f1 | Ter | Blerurt |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:---:|:-------:|:-------:|:------:|:-----------:|:-------------------:|:----------------:|:------------:|:---------:|:-------:|
69
+ | 39.0737 | 0.39 | 500 | 14.0796 | 0.0 | 0.0 | 0.0 | 0.0 | 28.9335 | 58.5317 | 0.3292 | 0.0 | 0.3772 | 0.5413 | 0.4436 | 2893.3486 | -0.9012 |
70
+ | 4.5775 | 0.79 | 1000 | 1.6065 | 0.0 | 0.0 | 0.0 | 0.0 | 7.0137 | 13.4164 | 1.5380 | 0.0 | 0.4936 | 0.5422 | 0.5139 | 701.3722 | -0.5287 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.37.2
76
+ - Pytorch 2.1.0+cu121
77
+ - Datasets 2.17.0
78
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mt5-small",
3
+ "architectures": [
4
+ "MT5ForConditionalGeneration"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 1024,
8
+ "d_kv": 64,
9
+ "d_model": 512,
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": 8,
21
+ "num_heads": 6,
22
+ "num_layers": 8,
23
+ "pad_token_id": 0,
24
+ "relative_attention_max_distance": 128,
25
+ "relative_attention_num_buckets": 32,
26
+ "tie_word_embeddings": false,
27
+ "tokenizer_class": "T5Tokenizer",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.37.2",
30
+ "use_cache": true,
31
+ "vocab_size": 250112
32
+ }
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.37.2"
7
+ }
logs/events.out.tfevents.1708181654.3ee0dc2876f5.241.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e73c2d0eef8e476123c58283048cd7564272546e0d21c2ad433d5f47d2b02cb
3
+ size 4184
logs/events.out.tfevents.1708181731.3ee0dc2876f5.241.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d92f144d6a32a2e3fda08a6a0ad6923ed7e511cc45152a4291c57d26cc9723
3
+ size 4184
logs/events.out.tfevents.1708181929.3ee0dc2876f5.2452.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47081cb80d0cfa7276cb2f9f50ac4ec924a374c1811aecedeaae3cbac588c929
3
+ size 15592
logs/events.out.tfevents.1708182784.3ee0dc2876f5.2452.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2ceb01eed9b5f71333455b5aea06ff485d19a930d694ea8723a7fa7780ca72
3
+ size 7182
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:096aa1a889cb9e1cdfc067629f46f51925b7e99412442c613d43ae8260f17c63
3
+ size 1200729512
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2617a98a4d96484e9ea190cd4e7d3af48b5a5c13a6b641fef48e3de09d788d8
3
+ size 4856