oferweintraub commited on
Commit
92d3cbf
1 Parent(s): 6709906

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -9
README.md CHANGED
@@ -5,6 +5,9 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - f1
 
 
 
8
  model-index:
9
  - name: bert-base-finance-sentiment-noisy-search
10
  results: []
@@ -17,8 +20,11 @@ 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.7975
21
- - F1: 0.8670
 
 
 
22
 
23
  ## Model description
24
 
@@ -47,13 +53,13 @@ The following hyperparameters were used during training:
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
 
5
  - generated_from_trainer
6
  metrics:
7
  - f1
8
+ - accuracy
9
+ - precision
10
+ - recall
11
  model-index:
12
  - name: bert-base-finance-sentiment-noisy-search
13
  results: []
 
20
 
21
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.7819
24
+ - F1: 0.8708
25
+ - Accuracy: 0.8707
26
+ - Precision: 0.8713
27
+ - Recall: 0.8707
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|
58
+ | 0.476 | 1.0 | 1022 | 0.4611 | 0.8268 | 0.8283 | 0.8289 | 0.8283 |
59
+ | 0.3193 | 2.0 | 2044 | 0.4427 | 0.8565 | 0.8565 | 0.8565 | 0.8565 |
60
+ | 0.1926 | 3.0 | 3066 | 0.5921 | 0.8583 | 0.8587 | 0.8585 | 0.8587 |
61
+ | 0.1104 | 4.0 | 4088 | 0.6870 | 0.8677 | 0.8674 | 0.8695 | 0.8674 |
62
+ | 0.0544 | 5.0 | 5110 | 0.7819 | 0.8708 | 0.8707 | 0.8713 | 0.8707 |
63
 
64
 
65
  ### Framework versions