Add post info
Browse files
README.md
CHANGED
@@ -24,6 +24,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
24 |
# GPT2-small-finetuned-amazon-reviews-en-classification
|
25 |
|
26 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on [mteb/amazon_reviews_multi](https://huggingface.co/datasets/mteb/amazon_reviews_multi) dataset.
|
|
|
|
|
|
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 0.7974
|
29 |
- Accuracy: 0.6626
|
|
|
24 |
# GPT2-small-finetuned-amazon-reviews-en-classification
|
25 |
|
26 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on [mteb/amazon_reviews_multi](https://huggingface.co/datasets/mteb/amazon_reviews_multi) dataset.
|
27 |
+
|
28 |
+
It is the result of the post [Fine tunning SML](https://maximofn.com/fine-tuning-sml/)
|
29 |
+
|
30 |
It achieves the following results on the evaluation set:
|
31 |
- Loss: 0.7974
|
32 |
- Accuracy: 0.6626
|