LourdesY commited on
Commit
e7d224c
·
verified ·
1 Parent(s): 1c82bca

Training complete

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -5,6 +5,8 @@ base_model: facebook/mbart-large-50
5
  tags:
6
  - simplification
7
  - generated_from_trainer
 
 
8
  model-index:
9
  - name: mbart-neutralization
10
  results: []
@@ -17,14 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - eval_loss: 0.0200
21
- - eval_bleu: 95.8347
22
- - eval_gen_len: 18.8125
23
- - eval_runtime: 12.3487
24
- - eval_samples_per_second: 7.774
25
- - eval_steps_per_second: 0.972
26
- - epoch: 1.0
27
- - step: 440
28
 
29
  ## Model description
30
 
@@ -51,9 +48,17 @@ The following hyperparameters were used during training:
51
  - lr_scheduler_type: linear
52
  - num_epochs: 2
53
 
 
 
 
 
 
 
 
 
54
  ### Framework versions
55
 
56
  - Transformers 4.49.0
57
- - Pytorch 2.5.1+cu124
58
- - Datasets 3.3.2
59
- - Tokenizers 0.21.0
 
5
  tags:
6
  - simplification
7
  - generated_from_trainer
8
+ metrics:
9
+ - bleu
10
  model-index:
11
  - name: mbart-neutralization
12
  results: []
 
19
 
20
  This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0123
23
+ - Bleu: 97.5887
24
+ - Gen Len: 18.75
 
 
 
 
 
25
 
26
  ## Model description
27
 
 
48
  - lr_scheduler_type: linear
49
  - num_epochs: 2
50
 
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
55
+ | No log | 1.0 | 440 | 0.0231 | 89.8494 | 18.4792 |
56
+ | 0.2249 | 2.0 | 880 | 0.0123 | 97.5887 | 18.75 |
57
+
58
+
59
  ### Framework versions
60
 
61
  - Transformers 4.49.0
62
+ - Pytorch 2.6.0+cu124
63
+ - Datasets 3.4.1
64
+ - Tokenizers 0.21.1