DunnBC22 commited on
Commit
0de91a5
·
1 Parent(s): 4e1d8b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -21,19 +21,22 @@ This model is a fine-tuned version of [google/fnet-large](https://huggingface.co
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.4741
23
  - Accuracy: 0.8248
24
- - Weighted f1: 0.8194
25
- - Micro f1: 0.8248
26
- - Macro f1: 0.7369
27
- - Weighted recall: 0.8248
28
- - Micro recall: 0.8248
29
- - Macro recall: 0.7269
30
- - Weighted precision: 0.8163
31
- - Micro precision: 0.8248
32
- - Macro precision: 0.7515
 
 
 
33
 
34
  ## Model description
35
 
36
- This is a sentiment analysis (text classification) model concern comments about finances.
37
 
38
  For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Sentiment%20Analysis/Financial%20Sentiment%20Analysis/Financial_Sentiment_Analysis_v3.ipynb
39
 
@@ -62,7 +65,7 @@ The following hyperparameters were used during training:
62
 
63
  ### Training results
64
 
65
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
67
  | 0.6757 | 1.0 | 134 | 0.5890 | 0.5855 | 0.4739 | 0.5855 | 0.3628 | 0.5855 | 0.5855 | 0.4298 | 0.5912 | 0.5855 | 0.5210 |
68
  | 0.4815 | 2.0 | 268 | 0.3994 | 0.7827 | 0.7789 | 0.7827 | 0.7156 | 0.7827 | 0.7827 | 0.7039 | 0.7878 | 0.7827 | 0.7388 |
 
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.4741
23
  - Accuracy: 0.8248
24
+ - F1
25
+ - Weighted: 0.8194
26
+ - Micro: 0.8248
27
+ - Macro: 0.7369
28
+ - Recall
29
+ - Weighted: 0.8248
30
+ - Micro: 0.8248
31
+ - Macro: 0.7269
32
+ - Precision
33
+ - Weighted: 0.8163
34
+ - Micro: 0.8248
35
+ - Macro: 0.7515
36
 
37
  ## Model description
38
 
39
+ This is a sentiment analysis (text classification) model concerning comments about finances.
40
 
41
  For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Sentiment%20Analysis/Financial%20Sentiment%20Analysis/Financial_Sentiment_Analysis_v3.ipynb
42
 
 
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 | Weighted Recall | Micro Recall | Macro Recall | Weighted Precision | Micro Precision | Macro Precision |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
70
  | 0.6757 | 1.0 | 134 | 0.5890 | 0.5855 | 0.4739 | 0.5855 | 0.3628 | 0.5855 | 0.5855 | 0.4298 | 0.5912 | 0.5855 | 0.5210 |
71
  | 0.4815 | 2.0 | 268 | 0.3994 | 0.7827 | 0.7789 | 0.7827 | 0.7156 | 0.7827 | 0.7827 | 0.7039 | 0.7878 | 0.7827 | 0.7388 |