coderSounak commited on
Commit
7552932
·
1 Parent(s): da2f4f0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -17,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # finetuning-sentiment-model-v1
19
 
20
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.9007
23
- - Accuracy: 0.6964
24
- - F1: 0.6964
25
- - Precision: 0.6964
26
- - Recall: 0.6964
27
 
28
  ## Model description
29
 
@@ -48,7 +47,7 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 5
52
 
53
  ### Training results
54
 
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
 
16
 
17
  # finetuning-sentiment-model-v1
18
 
19
+ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.1902
22
+ - Accuracy: 0.7857
23
+ - F1: 0.7857
24
+ - Precision: 0.7857
25
+ - Recall: 0.7857
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
 
52
  ### Training results
53