Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: facebook/mbart-large-50
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: mbart-large-50-finetuned-model-hu_1121
|
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 |
+
# mbart-large-50-finetuned-model-hu_1121
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.6534
|
22 |
+
- Rouge1: 35.6227
|
23 |
+
- Rouge2: 13.0189
|
24 |
+
- Rougel: 22.0402
|
25 |
+
- Rougelsum: 26.9175
|
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 |
+
| 2.9553 | 1.0 | 21353 | 2.5450 | 33.3195 | 12.2415 | 21.2029 | 25.3382 |
|
57 |
+
| 2.2811 | 2.0 | 42706 | 2.3570 | 33.6149 | 11.975 | 20.9943 | 25.726 |
|
58 |
+
| 1.9886 | 3.0 | 64059 | 2.3144 | 34.6221 | 12.2867 | 21.7798 | 26.1901 |
|
59 |
+
| 1.7463 | 4.0 | 85412 | 2.3198 | 35.2114 | 12.9183 | 22.215 | 27.1176 |
|
60 |
+
| 1.5245 | 5.0 | 106765 | 2.3774 | 35.1147 | 13.1621 | 22.3167 | 26.9264 |
|
61 |
+
| 1.3222 | 6.0 | 128118 | 2.4642 | 35.5719 | 13.1532 | 22.0023 | 26.8084 |
|
62 |
+
| 1.1456 | 7.0 | 149471 | 2.5673 | 35.9156 | 13.2115 | 22.2552 | 27.2581 |
|
63 |
+
| 1.0087 | 8.0 | 170824 | 2.6534 | 35.6227 | 13.0189 | 22.0402 | 26.9175 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.35.1
|
69 |
+
- Pytorch 2.1.1+cu121
|
70 |
+
- Datasets 2.14.6
|
71 |
+
- Tokenizers 0.14.1
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"early_stopping": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"forced_eos_token_id": 2,
|
7 |
+
"max_length": 200,
|
8 |
+
"num_beams": 5,
|
9 |
+
"pad_token_id": 1,
|
10 |
+
"transformers_version": "4.35.1"
|
11 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2444578688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eacca065883fdab3df66880f2cd0e1f5cf5e9bfbfff262df15caa1b9b5b01c5
|
3 |
size 2444578688
|
runs/Nov21_09-02-48_TENSOR-FLOWER/events.out.tfevents.1700553801.TENSOR-FLOWER.8924.0
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:51a0555f96d46b0676f8aa114193a6decd4ca4f978896eee033914a5cdf3f9d5
|
3 |
+
size 10626
|
runs/Nov21_09-02-48_TENSOR-FLOWER/events.out.tfevents.1700659035.TENSOR-FLOWER.8924.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e37571fcddcbaea3e2a5a5195ec02c391db37481ecbd465103d0a77ef75e80a4
|
3 |
+
size 523
|