riiwang commited on
Commit
e80e4fd
·
verified ·
1 Parent(s): 422d93e

End of training

Browse files
Files changed (3) hide show
  1. README.md +67 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/mt5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: lr_5e-05_batch_4_epoch_5_model
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # lr_5e-05_batch_4_epoch_5_model
16
+
17
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2724
20
+ - Rouge-1: 24.1093
21
+ - Rouge-2: 8.8384
22
+ - Rouge-l: 21.5273
23
+ - Gen Len: 17.7932
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 5
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge-1 | Rouge-2 | Rouge-l | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:-------:|
55
+ | 4.1453 | 1.0 | 2714 | 3.5455 | 21.4499 | 7.2857 | 19.3311 | 17.0664 |
56
+ | 3.8393 | 2.0 | 5428 | 3.3963 | 22.7766 | 8.0331 | 20.3856 | 17.5091 |
57
+ | 3.7745 | 3.0 | 8142 | 3.3187 | 23.6238 | 8.5224 | 21.0729 | 17.4938 |
58
+ | 3.6659 | 4.0 | 10856 | 3.2879 | 24.164 | 8.8808 | 21.5366 | 17.5777 |
59
+ | 3.5614 | 5.0 | 13570 | 3.2724 | 24.1093 | 8.8384 | 21.5273 | 17.7932 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.44.2
65
+ - Pytorch 2.1.0
66
+ - Datasets 2.21.0
67
+ - Tokenizers 0.19.1
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.44.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:275bafc92bd4161c05c1aa58a5cd4d3649f9fb9906606958a9a23d60dfce38b7
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c615a81349e092588bdd9ae9298e5f0d75796db074ab40761a7f8a174a4595
3
  size 1200729512