rugarce commited on
Commit
62693d1
·
verified ·
1 Parent(s): 2e57420

Modelo entrenado con reseñas de Amazon

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 2.2475
23
- - Bleu: 3.9802
24
- - Gen Len: 8.7247
25
 
26
  ## Model description
27
 
@@ -46,18 +46,14 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED 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: 6
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
55
- | 2.6379 | 1.0 | 1875 | 2.3908 | 3.9477 | 9.194 |
56
- | 2.3936 | 2.0 | 3750 | 2.3024 | 4.468 | 8.904 |
57
- | 2.3899 | 3.0 | 5625 | 2.2838 | 4.0933 | 8.526 |
58
- | 2.2805 | 4.0 | 7500 | 2.2567 | 3.8025 | 8.6367 |
59
- | 2.2141 | 5.0 | 9375 | 2.2480 | 3.8739 | 8.7533 |
60
- | 2.2243 | 6.0 | 11250 | 2.2475 | 3.9802 | 8.7247 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 2.6291
23
+ - Bleu: 2.7651
24
+ - Gen Len: 9.814
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED 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: 2
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
55
+ | 3.0026 | 1.0 | 625 | 2.6722 | 3.5767 | 9.624 |
56
+ | 2.7396 | 2.0 | 1250 | 2.6291 | 2.7651 | 9.814 |
 
 
 
 
57
 
58
 
59
  ### Framework versions