edumunozsala commited on
Commit
2408a36
1 Parent(s): e734c09

End of training

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - cc_news_es_titles
6
+ model-index:
7
+ - name: amazon-sagemaker-community/encoder_decoder_es
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # amazon-sagemaker-community/encoder_decoder_es
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on the cc_news_es_titles dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 7.8773
19
+ - Rouge2 Precision: 0.002
20
+ - Rouge2 Recall: 0.0116
21
+ - Rouge2 Fmeasure: 0.0034
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.003
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - num_epochs: 4
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
54
+ | 7.8807 | 1.0 | 5784 | 7.8976 | 0.0023 | 0.012 | 0.0038 |
55
+ | 7.8771 | 2.0 | 11568 | 7.8873 | 0.0018 | 0.0099 | 0.003 |
56
+ | 7.8588 | 3.0 | 17352 | 7.8819 | 0.0015 | 0.0085 | 0.0025 |
57
+ | 7.8507 | 4.0 | 23136 | 7.8773 | 0.002 | 0.0116 | 0.0034 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.12.3
63
+ - Pytorch 1.9.1
64
+ - Datasets 1.15.1
65
+ - Tokenizers 0.10.3