oferweintraub commited on
Commit
84809e8
1 Parent(s): b098f6f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - Finance-sentiment-analysis
5
  - generated_from_trainer
6
  metrics:
7
- - accuracy
8
  model-index:
9
  - name: bert-base-finance-sentiment-noisy-search
10
  results: []
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.7916
21
- - Accuracy: 0.8598
22
 
23
  ## Model description
24
 
@@ -47,13 +47,13 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.4737 | 1.0 | 1022 | 0.4748 | 0.8272 |
53
- | 0.3285 | 2.0 | 2044 | 0.4707 | 0.8457 |
54
- | 0.1882 | 3.0 | 3066 | 0.6275 | 0.8560 |
55
- | 0.1088 | 4.0 | 4088 | 0.6454 | 0.8614 |
56
- | 0.0574 | 5.0 | 5110 | 0.7916 | 0.8598 |
57
 
58
 
59
  ### Framework versions
 
4
  - Finance-sentiment-analysis
5
  - generated_from_trainer
6
  metrics:
7
+ - f1
8
  model-index:
9
  - name: bert-base-finance-sentiment-noisy-search
10
  results: []
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.7975
21
+ - F1: 0.8670
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.4806 | 1.0 | 1022 | 0.5154 | 0.8336 |
53
+ | 0.3147 | 2.0 | 2044 | 0.4915 | 0.8577 |
54
+ | 0.194 | 3.0 | 3066 | 0.6181 | 0.8668 |
55
+ | 0.0959 | 4.0 | 4088 | 0.6914 | 0.8680 |
56
+ | 0.057 | 5.0 | 5110 | 0.7975 | 0.8670 |
57
 
58
 
59
  ### Framework versions