Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,14 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: GPT2-small-LoRA-finetuned-amazon-reviews-en-classification
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,22 +23,25 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# GPT2-small-LoRA-finetuned-amazon-reviews-en-classification
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on
|
|
|
|
|
|
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.5203
|
21 |
- Accuracy: 0.3374
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
-
|
34 |
|
35 |
## Training procedure
|
36 |
|
@@ -61,4 +72,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.42.4
|
62 |
- Pytorch 2.3.1+cu121
|
63 |
- Datasets 2.20.0
|
64 |
-
- Tokenizers 0.19.1
|
|
|
8 |
model-index:
|
9 |
- name: GPT2-small-LoRA-finetuned-amazon-reviews-en-classification
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- mteb/amazon_reviews_multi
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
widget:
|
16 |
+
- text: It`s an amazing product
|
17 |
+
- text: I hate this product
|
18 |
+
- text: It's ok, but a bit expensive
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
23 |
|
24 |
# GPT2-small-LoRA-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/lora/)
|
29 |
+
|
30 |
It achieves the following results on the evaluation set:
|
31 |
- Loss: 1.5203
|
32 |
- Accuracy: 0.3374
|
33 |
|
34 |
## Model description
|
35 |
|
36 |
+
This model provides classification of reviews in english
|
37 |
|
38 |
## Intended uses & limitations
|
39 |
|
40 |
+
Classifiction of reviews in english
|
41 |
|
42 |
## Training and evaluation data
|
43 |
|
44 |
+
It is training on [mteb/amazon_reviews_multi](https://huggingface.co/datasets/mteb/amazon_reviews_multi) dataset
|
45 |
|
46 |
## Training procedure
|
47 |
|
|
|
72 |
- Transformers 4.42.4
|
73 |
- Pytorch 2.3.1+cu121
|
74 |
- Datasets 2.20.0
|
75 |
+
- Tokenizers 0.19.1
|