Blog models
Collection
This is a set of models that come from the trainings I do in my personal blog
•
12 items
•
Updated
This model is a fine-tuned version of openai-community/gpt2 on mteb/amazon_reviews_multi dataset.
It is the result of the post Fine tunning SML
It achieves the following results on the evaluation set:
This model provides classification of reviews in english
Classifiction of reviews in english
It is training on mteb/amazon_reviews_multi dataset
The following hyperparameters were used during training:
Training Loss | Epoch | Step | Validation Loss | Accuracy |
---|---|---|---|---|
0.8074 | 1.0 | 7143 | 0.8203 | 0.652 |
0.7519 | 2.0 | 14286 | 0.8022 | 0.6546 |
0.7181 | 3.0 | 21429 | 0.8102 | 0.6578 |
Base model
openai-community/gpt2