shivraj221
commited on
Training complete
Browse files
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: news-summary-t5-model-2
|
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 |
+
# news-summary-t5-model-2
|
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: 2.5691
|
22 |
+
- Rouge1: 29.9122
|
23 |
+
- Rouge2: 11.6784
|
24 |
+
- Rougel: 26.812
|
25 |
+
- Rougelsum: 26.8345
|
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 |
+
| 8.1234 | 1.0 | 440 | 3.3123 | 18.1585 | 5.9435 | 16.7364 | 16.7646 |
|
57 |
+
| 4.2107 | 2.0 | 880 | 2.8404 | 22.9864 | 8.3815 | 20.8354 | 20.9346 |
|
58 |
+
| 3.738 | 3.0 | 1320 | 2.7354 | 26.5984 | 10.0823 | 23.912 | 23.9585 |
|
59 |
+
| 3.4864 | 4.0 | 1760 | 2.6756 | 27.1487 | 10.1681 | 24.3788 | 24.4672 |
|
60 |
+
| 3.3642 | 5.0 | 2200 | 2.6224 | 28.7513 | 11.5416 | 26.2106 | 26.2335 |
|
61 |
+
| 3.269 | 6.0 | 2640 | 2.5883 | 29.6461 | 11.8038 | 26.7581 | 26.7764 |
|
62 |
+
| 3.212 | 7.0 | 3080 | 2.5677 | 29.8037 | 11.6582 | 26.5532 | 26.5455 |
|
63 |
+
| 3.186 | 8.0 | 3520 | 2.5691 | 29.9122 | 11.6784 | 26.812 | 26.8345 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.41.2
|
69 |
+
- Pytorch 2.3.0+cu121
|
70 |
+
- Datasets 2.19.2
|
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.41.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200729512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a1c524335d2a2ab2ba424c43409c7c92be5d39590628041f06e52b61e2af869
|
3 |
size 1200729512
|
runs/Jun10_02-38-38_9cb77b555316/events.out.tfevents.1717987134.9cb77b555316.2037.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1215b983cfb28bd39f91890ba954f08a09a3fc3d4943f8da50d3f14406be4f41
|
3 |
+
size 10946
|
runs/Jun10_02-38-38_9cb77b555316/events.out.tfevents.1717990893.9cb77b555316.2037.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2237cef2dc3fc79bd2d9790350123d36466bbd15d0d44c91228ec38d7aec486
|
3 |
+
size 562
|