riiwang commited on
Commit
0abc723
·
verified ·
1 Parent(s): 48260f4

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_3e-06_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_3e-06_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.9163
20
+ - Rouge-1: 17.3664
21
+ - Rouge-2: 5.7503
22
+ - Rouge-l: 16.1687
23
+ - Gen Len: 11.7807
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: 3e-06
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
+ | 6.5716 | 1.0 | 2714 | 4.6237 | 15.8545 | 4.4526 | 14.2598 | 18.8185 |
56
+ | 5.5876 | 2.0 | 5428 | 4.1738 | 17.5525 | 5.4549 | 15.7657 | 16.4976 |
57
+ | 5.3214 | 3.0 | 8142 | 3.9089 | 17.0725 | 5.5016 | 15.8996 | 11.4751 |
58
+ | 5.2179 | 4.0 | 10856 | 3.9146 | 17.2716 | 5.7367 | 16.1091 | 11.7639 |
59
+ | 5.0379 | 5.0 | 13570 | 3.9163 | 17.3664 | 5.7503 | 16.1687 | 11.7807 |
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:b2b41744bcb8b07f1da1287303abc02a7e2dbc59e6e0f8ddc9206cda8e09bf85
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:658164bb789013f4fd9656ad8e199524af171cb00f15d37a2c208149fa34719c
3
  size 1200729512