Maximofn commited on
Commit
7d3818f
1 Parent(s): 37e0a99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -9,6 +9,15 @@ tags:
9
  model-index:
10
  - name: GPT2-small-QLoRA-finetuned-amazon-reviews-en-classification
11
  results: []
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,14 +25,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # GPT2-small-QLoRA-finetuned-amazon-reviews-en-classification
18
 
19
- This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on an unknown dataset.
 
 
 
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.8883
22
  - Accuracy: 0.615
23
 
24
  ## Model description
25
 
26
- More information needed
27
 
28
  ## Intended uses & limitations
29
 
 
9
  model-index:
10
  - name: GPT2-small-QLoRA-finetuned-amazon-reviews-en-classification
11
  results: []
12
+ datasets:
13
+ - mteb/amazon_reviews_multi
14
+ language:
15
+ - en
16
+ widget:
17
+ - text: It`s an amazing product
18
+ - text: I hate this product
19
+ - text: It's ok, but a bit expensive
20
+ pipeline_tag: text-classification
21
  ---
22
 
23
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
25
 
26
  # GPT2-small-QLoRA-finetuned-amazon-reviews-en-classification
27
 
28
+ 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.
29
+
30
+ It is the result of the post [Fine tunning SML](https://maximofn.com/qlora/)
31
+
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.8883
34
  - Accuracy: 0.615
35
 
36
  ## Model description
37
 
38
+ This model provides classification of reviews in english
39
 
40
  ## Intended uses & limitations
41