riiwang commited on
Commit
b548e54
·
verified ·
1 Parent(s): be9bd2d

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-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_3e-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.3894
20
+ - Rouge-1: 23.1328
21
+ - Rouge-2: 8.2792
22
+ - Rouge-l: 20.6918
23
+ - Gen Len: 17.5857
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-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.3664 | 1.0 | 2714 | 3.6755 | 20.4397 | 7.1141 | 18.5425 | 15.2485 |
56
+ | 4.045 | 2.0 | 5428 | 3.5179 | 21.7301 | 7.5448 | 19.5604 | 17.0885 |
57
+ | 3.9873 | 3.0 | 8142 | 3.4348 | 22.7243 | 8.0561 | 20.314 | 17.2721 |
58
+ | 3.8907 | 4.0 | 10856 | 3.4019 | 22.9219 | 8.1905 | 20.5067 | 17.4083 |
59
+ | 3.7785 | 5.0 | 13570 | 3.3894 | 23.1328 | 8.2792 | 20.6918 | 17.5857 |
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:ae9bcb2a4c17f241ba6a9d6e0abfe8db20f556880a59b03f72e5bc4a363df8fa
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d8ba998a7beceb9f48848a1e43e6e1ed99a745aca4b620d2b088c74970e35b7
3
  size 1200729512