Elron commited on
Commit
6621c4c
1 Parent(s): 1e9a252

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -14
README.md CHANGED
@@ -5,38 +5,39 @@ tags:
5
  metrics:
6
  - accuracy
7
  model-index:
8
- - name: deberta-v3-large-sentiment-lr5e-6-gas2-ls0.0
9
  results: []
10
  ---
11
 
12
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
- should probably proofread and complete it, then remove this comment. -->
14
 
15
- # deberta-v3-large-sentiment-lr5e-6-gas2-ls0.0
16
-
17
- This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an [tweet_eval/sentiment](https://huggingface.co/microsoft/deberta-v3-large) dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 1.3253
20
- - Accuracy: 0.7365
21
 
22
  ## Model description
23
 
24
- | Model | Emotion | Hate | Irony | Offensive | Sentiment | Average |
25
- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
26
- | deberta-v3-large | 86.28 | 61.28 | 87.12 | 86.4 | 73.93 | |
 
 
 
 
27
 
 
28
 
29
 
30
  ## Intended uses & limitations
31
 
32
- More information needed
33
 
34
  ## Training and evaluation data
35
 
36
- More information needed
37
 
38
  ## Training procedure
39
 
 
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
 
5
  metrics:
6
  - accuracy
7
  model-index:
8
+ - name: deberta-v3-large
9
  results: []
10
  ---
11
 
12
+ # deberta-v3-large-sentiment
 
13
 
14
+ This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an [tweet_eval](https://huggingface.co/datasets/tweet_eval) dataset.
 
 
 
 
 
15
 
16
  ## Model description
17
 
18
+ Test set results:
19
+
20
+ | Model | Emotion | Hate | Irony | Offensive | Sentiment |
21
+ | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
22
+ | deberta-v3-large | **86.3** | **61.3** | **87.1** | **86.4** | **73.9** |
23
+ | BERTweet | 79.3 | - | 82.1 | 79.5 | 73.4 |
24
+ | RoB-RT | 79.5 | 52.3 | 61.7 | 80.5 | 69.3 |
25
 
26
+ [source:papers_with_code](https://paperswithcode.com/sota/sentiment-analysis-on-tweeteval)
27
 
28
 
29
  ## Intended uses & limitations
30
 
31
+ Classifying attributes of interest on tweeter like data.
32
 
33
  ## Training and evaluation data
34
 
35
+ [tweet_eval](https://huggingface.co/datasets/tweet_eval) dataset.
36
 
37
  ## Training procedure
38
 
39
+ Fine tuned and evaluated with [run_glue.py]()
40
+
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training: