angelinesvay commited on
Commit
ef50b47
·
verified ·
1 Parent(s): 068906c

Training complete

Browse files
Files changed (3) hide show
  1. README.md +65 -0
  2. generation_config.json +11 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: facebook/mbart-large-50
5
+ tags:
6
+ - simplification
7
+ - generated_from_trainer
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: mbart-neutralizacion-es
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # mbart-neutralizacion-es
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.0104
23
+ - Bleu: 99.0106
24
+ - Gen Len: 18.6146
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 10
45
+ - eval_batch_size: 10
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
55
+ | No log | 1.0 | 352 | 0.0304 | 97.1712 | 18.5729 |
56
+ | 1.6026 | 2.0 | 704 | 0.0121 | 98.6521 | 18.5729 |
57
+ | 0.0232 | 3.0 | 1056 | 0.0104 | 99.0106 | 18.6146 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.49.0
63
+ - Pytorch 2.5.1+cu124
64
+ - Datasets 3.3.2
65
+ - Tokenizers 0.21.0
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.49.0"
11
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c83040e232770af9add20fdd630b745f18cfb901ca4c17f2590096501e707f9
3
  size 2444578688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa3bd59fe5eb52a5a80879482d87a67e6b0d8cff9964a0f830e1423cc3b151a
3
  size 2444578688