Naji20 commited on
Commit
a6588a2
·
verified ·
1 Parent(s): d53357b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # DistilBERT SST-2 Sentiment Analysis
3
 
@@ -10,6 +31,7 @@ This model is a fine-tuned version of `distilbert-base-uncased` on the SST-2 (St
10
  - **Language:** English
11
  - **Training Dataset:** SST-2 (GLUE benchmark)
12
  - **Author:** Naji (Аммар Нажи Али Саад)
 
13
 
14
  ## Training Details
15
 
@@ -25,6 +47,7 @@ This model is a fine-tuned version of `distilbert-base-uncased` on the SST-2 (St
25
  - **Learning rate:** 2e-5
26
  - **Optimizer:** AdamW
27
  - **Weight decay:** 0.01
 
28
 
29
  ### Results
30
  - **Validation Accuracy:** 89.9%
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - sentiment-analysis
7
+ - text-classification
8
+ - distilbert
9
+ - sst2
10
+ datasets:
11
+ - glue
12
+ - sst2
13
+ metrics:
14
+ - accuracy
15
+ base_model: distilbert-base-uncased
16
+ pipeline_tag: text-classification
17
+ widget:
18
+ - text: "This movie is absolutely amazing!"
19
+ - text: "I hated every minute of it."
20
+ - text: "Best film I've ever seen!"
21
+ ---
22
 
23
  # DistilBERT SST-2 Sentiment Analysis
24
 
 
31
  - **Language:** English
32
  - **Training Dataset:** SST-2 (GLUE benchmark)
33
  - **Author:** Naji (Аммар Нажи Али Саад)
34
+ - **Institution:** Kazan Federal University
35
 
36
  ## Training Details
37
 
 
47
  - **Learning rate:** 2e-5
48
  - **Optimizer:** AdamW
49
  - **Weight decay:** 0.01
50
+ - **Platform:** Google Colab (T4 GPU)
51
 
52
  ### Results
53
  - **Validation Accuracy:** 89.9%