generated_from_keras_callback

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

gbharathi80/mt5-small-finetuned-amazon-en-es

This model is a fine-tuned version of google/mt5-small on an amazon reviews dataset. It achieves the following results on the evaluation set:

Model description

This is a fine-tuned version of the google/mt5-small model for translation tasks from English to Spanish for text summarization

Intended uses & limitations

multi lingual text summarization. model trained using spanish and english revirwes

Training and evaluation data

DatasetDict({ train: Dataset({ features: ['review_id', 'product_id', 'reviewer_id', 'stars', 'review_body', 'review_title', 'language', 'product_category'], num_rows: 200000 }) validation: Dataset({ features: ['review_id', 'product_id', 'reviewer_id', 'stars', 'review_body', 'review_title', 'language', 'product_category'], num_rows: 5000 }) test: Dataset({ features: ['review_id', 'product_id', 'reviewer_id', 'stars', 'review_body', 'review_title', 'language', 'product_category'], num_rows: 5000 }) })

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Train Loss Validation Loss Epoch
10.7747 4.7510 0
6.3001 4.0096 1
5.4388 3.7376 2
4.9710 3.6136 3
4.6689 3.5349 4
4.4622 3.4885 5
4.3101 3.4537 6
4.2325 3.4452 7

Framework versions