File size: 2,347 Bytes
da7260b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d7dfb1c
 
 
 
 
da7260b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15e7f7e
 
d7dfb1c
 
 
 
 
 
 
 
 
 
da7260b
 
 
 
 
 
15e7f7e
da7260b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
base_model: facebook/mbart-large-cc25
tags:
- generated_from_trainer
model-index:
- name: test
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# test

This model is a fine-tuned version of [facebook/mbart-large-cc25](https://huggingface.co/facebook/mbart-large-cc25) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 3.1215
- Gen Len: 17.3533
- Rouge-1: 39.1861
- Rouge-2: 22.0975
- Rouge-l: 38.4014

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: polynomial
- lr_scheduler_warmup_steps: 1000
- num_epochs: 50
- label_smoothing_factor: 0.1

### Training results

| Training Loss | Epoch | Step | Validation Loss | Gen Len | Rouge-1 | Rouge-2 | Rouge-l |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:-------:|
| No log        | 1.0   | 642  | 3.3523          | 22.5622 | 28.8044 | 14.6813 | 28.1959 |
| No log        | 2.0   | 1284 | 2.9887          | 22.7422 | 36.6353 | 19.681  | 35.9403 |
| No log        | 3.0   | 1926 | 2.9367          | 20.0578 | 38.6433 | 21.0943 | 37.9327 |
| No log        | 4.0   | 2568 | 2.9503          | 18.5644 | 38.6509 | 21.3031 | 37.8452 |
| No log        | 5.0   | 3210 | 2.9366          | 17.1689 | 38.8973 | 21.9518 | 38.3012 |
| No log        | 6.0   | 3852 | 2.9782          | 19.2489 | 39.5578 | 22.3324 | 38.9385 |
| No log        | 7.0   | 4494 | 3.0080          | 19.0422 | 38.1388 | 21.5059 | 37.4054 |
| 2.8286        | 8.0   | 5136 | 3.0908          | 18.4667 | 38.7921 | 21.3614 | 38.0183 |
| 2.8286        | 9.0   | 5778 | 3.1191          | 18.2978 | 39.3199 | 22.3807 | 38.6943 |
| 2.8286        | 10.0  | 6420 | 3.1215          | 17.3533 | 39.1861 | 22.0975 | 38.4014 |


### Framework versions

- Transformers 4.35.2
- Pytorch 2.2.1+cu121
- Datasets 2.19.1
- Tokenizers 0.15.2