alcatere commited on
Commit
091c7c5
·
verified ·
1 Parent(s): 16d7e5a

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -4,6 +4,11 @@ license: apache-2.0
4
  base_model: distilbert-base-uncased-finetuned-sst-2-english
5
  tags:
6
  - generated_from_trainer
 
 
 
 
 
7
  model-index:
8
  - name: twitter_financial_sentiment
9
  results: []
@@ -16,7 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3812
 
 
 
 
20
 
21
  ## Model description
22
 
@@ -45,11 +54,11 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:----:|:---------------:|
50
- | 0.5251 | 1.0 | 597 | 0.4168 |
51
- | 0.3051 | 2.0 | 1194 | 0.3779 |
52
- | 0.2661 | 3.0 | 1791 | 0.3812 |
53
 
54
 
55
  ### Framework versions
 
4
  base_model: distilbert-base-uncased-finetuned-sst-2-english
5
  tags:
6
  - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
  model-index:
13
  - name: twitter_financial_sentiment
14
  results: []
 
21
 
22
  This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.3798
25
+ - Precision: 0.8651
26
+ - Recall: 0.8643
27
+ - F1: 0.8645
28
+ - Accuracy: 0.8643
29
 
30
  ## Model description
31
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.5218 | 1.0 | 597 | 0.4166 | 0.8382 | 0.8354 | 0.8365 | 0.8354 |
60
+ | 0.2876 | 2.0 | 1194 | 0.3783 | 0.8607 | 0.8597 | 0.8592 | 0.8597 |
61
+ | 0.2956 | 3.0 | 1791 | 0.3798 | 0.8651 | 0.8643 | 0.8645 | 0.8643 |
62
 
63
 
64
  ### Framework versions