Ausbel commited on
Commit
d5b122e
1 Parent(s): fed46ca

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  base_model: cardiffnlp/twitter-roberta-base-sentiment
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: test_trainer
7
  results: []
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # test_trainer
14
 
15
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +44,18 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3
41
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.31.0
 
2
  base_model: cardiffnlp/twitter-roberta-base-sentiment
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: test_trainer
9
  results: []
 
15
  # test_trainer
16
 
17
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.6861
20
+ - Accuracy: 0.714
21
 
22
  ## Model description
23
 
 
44
  - lr_scheduler_type: linear
45
  - num_epochs: 3
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.8144 | 0.5 | 500 | 0.7865 | 0.7165 |
52
+ | 0.7546 | 1.0 | 1000 | 0.7388 | 0.7045 |
53
+ | 0.7549 | 1.5 | 1500 | 0.7202 | 0.715 |
54
+ | 0.7124 | 2.0 | 2000 | 0.6834 | 0.7145 |
55
+ | 0.689 | 2.5 | 2500 | 0.7048 | 0.712 |
56
+ | 0.6924 | 3.0 | 3000 | 0.6861 | 0.714 |
57
+
58
+
59
  ### Framework versions
60
 
61
  - Transformers 4.31.0