Kumshe commited on
Commit
c0073bb
·
verified ·
1 Parent(s): dcc26ab

Model save

Browse files
Files changed (3) hide show
  1. README.md +68 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/mt5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: testing_mt5-ha2zh-translation
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # testing_mt5-ha2zh-translation
18
+
19
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 17.4027
22
+ - Bleu: 0.0
23
+ - Ter: 123.9865
24
+ - Chrf: 0.0587
25
+ - Bertscore Precision: 0.4933
26
+ - Bertscore Recall: 0.4781
27
+ - Bertscore F1: 0.4852
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Ter | Chrf | Bertscore Precision | Bertscore Recall | Bertscore F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:----:|:--------:|:------:|:-------------------:|:----------------:|:------------:|
58
+ | 26.555 | 1.0 | 63 | 17.4027 | 0.0 | 123.9865 | 0.0587 | 0.4933 | 0.4781 | 0.4852 |
59
+ | 23.3851 | 2.0 | 126 | 15.8128 | 0.0 | 125.3378 | 0.0587 | 0.4934 | 0.4783 | 0.4853 |
60
+ | 21.9346 | 3.0 | 189 | 15.2208 | 0.0 | 133.7838 | 0.0588 | 0.4930 | 0.4785 | 0.4853 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.47.1
66
+ - Pytorch 2.5.1+cu121
67
+ - Datasets 3.2.0
68
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.47.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63cadfaeaa5c42dc960ce77d360130544aa380b7eff7995c8098c9aa057b68b8
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f75cce3a72da7537ada20ca5b5407f2114a258cd22e6ababfa821a0c0b98185
3
  size 1200729512