rhys0907 commited on
Commit
d0e6b07
1 Parent(s): 8dbdc7c

Training complete

Browse files
Files changed (3) hide show
  1. README.md +71 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - summarization
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: mt5-small-finetuned_BBC
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
+ # mt5-small-finetuned_BBC
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: 0.7853
22
+ - Rouge1: 0.2188
23
+ - Rouge2: 0.1377
24
+ - Rougel: 0.1944
25
+ - Rougelsum: 0.1972
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: 5.6e-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: 8
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
56
+ | 1.8481 | 1.0 | 223 | 0.9611 | 0.1966 | 0.1275 | 0.1759 | 0.1776 |
57
+ | 1.4347 | 2.0 | 446 | 0.8815 | 0.2065 | 0.1199 | 0.1805 | 0.1837 |
58
+ | 1.2585 | 3.0 | 669 | 0.8541 | 0.2129 | 0.1291 | 0.1880 | 0.1911 |
59
+ | 1.192 | 4.0 | 892 | 0.8184 | 0.2149 | 0.1320 | 0.1893 | 0.1926 |
60
+ | 1.1084 | 5.0 | 1115 | 0.8102 | 0.2156 | 0.1333 | 0.1908 | 0.1938 |
61
+ | 1.0796 | 6.0 | 1338 | 0.7937 | 0.2168 | 0.1337 | 0.1913 | 0.1944 |
62
+ | 1.0657 | 7.0 | 1561 | 0.7933 | 0.2181 | 0.1370 | 0.1939 | 0.1967 |
63
+ | 1.0488 | 8.0 | 1784 | 0.7853 | 0.2188 | 0.1377 | 0.1944 | 0.1972 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.40.2
69
+ - Pytorch 2.3.0
70
+ - Datasets 2.20.0
71
+ - 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.40.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7693444bc16597cf6d0d625ce4c3e05af2018b3ac0f861dc70cb47fb0896e85
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88ffc0fb0d3382e3b18d89507cb136b1c949195b4b87cbdc0940d193cd89c2dd
3
  size 1200729512