dq158 commited on
Commit
e7ddb1b
1 Parent(s): 10a30ae

End of training

Browse files
Files changed (2) hide show
  1. README.md +66 -1
  2. generation_config.json +6 -0
README.md CHANGED
@@ -1,3 +1,68 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: google/flan-t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: morbius
10
+ results: []
11
  ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # morbius
17
+
18
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.3439
21
+ - Rouge1: 4.9561
22
+ - Rouge2: 2.0389
23
+ - Rougel: 4.9817
24
+ - Rougelsum: 4.9536
25
+ - Gen Len: 10.0570
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 5
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | 2.3304 | 1.0 | 2899 | 2.4759 | 2.9156 | 1.5043 | 2.9383 | 2.9303 | 12.9185 |
57
+ | 2.419 | 2.0 | 5798 | 2.3956 | 4.0661 | 1.9977 | 4.0903 | 4.0836 | 11.2817 |
58
+ | 2.2878 | 3.0 | 8697 | 2.3618 | 4.5727 | 1.8909 | 4.6019 | 4.5688 | 9.9740 |
59
+ | 2.2338 | 4.0 | 11596 | 2.3463 | 4.556 | 2.0507 | 4.5898 | 4.5707 | 10.2449 |
60
+ | 2.2188 | 5.0 | 14495 | 2.3439 | 4.9561 | 2.0389 | 4.9817 | 4.9536 | 10.0570 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.33.3
66
+ - Pytorch 2.0.1+cu118
67
+ - Datasets 2.14.5
68
+ - Tokenizers 0.13.3
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.33.3"
6
+ }