Update README.md
Browse files
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 |
-
-
|
| 25 |
-
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 28 |
-
-
|
| 29 |
-
-
|
| 30 |
-
-
|
| 31 |
-
-
|
| 32 |
-
-
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
## Model description
|
| 35 |
|
| 36 |
-
This is a sentiment analysis (text classification) model
|
| 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
|
| 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 |
|