Update README.md
Browse files
README.md
CHANGED
@@ -76,10 +76,10 @@ RoBERTa_poem_sentiment was trained on the [poem_sentiment](https://huggingface.c
|
|
76 |
|
77 |
##### Validation results on the augmented dataset
|
78 |
| Epoch | Training Loss | Validation Loss | Accuracy | F1 |
|
79 |
-
|
80 |
| 1 | 1.365169 | 1.168057 | 0.661157 | 0.628737 |
|
81 |
| 2 | 0.860945 | 0.869521 | 0.694214 | 0.717916 |
|
82 |
-
| 3 | 0.570005 | 0.
|
83 |
| 4 | 0.355776 | 0.681563 | 0.768595 | 0.776540 |
|
84 |
| 5 | 0.252919 | 0.585692 | 0.834710 | 0.841590 |
|
85 |
| 6 | 0.156633 | 0.542949 | 0.809917 | 0.815361 |
|
@@ -87,7 +87,6 @@ RoBERTa_poem_sentiment was trained on the [poem_sentiment](https://huggingface.c
|
|
87 |
| 8 | 0.049480 | 0.583749 | 0.884297 | 0.881360 |
|
88 |
|
89 |
|
90 |
-
|
91 |
### How to Use the Model
|
92 |
Here is how to predict the sentiment of a poem verse using this model:
|
93 |
|
|
|
76 |
|
77 |
##### Validation results on the augmented dataset
|
78 |
| Epoch | Training Loss | Validation Loss | Accuracy | F1 |
|
79 |
+
|-------|---------------|-----------------|----------|----------|
|
80 |
| 1 | 1.365169 | 1.168057 | 0.661157 | 0.628737 |
|
81 |
| 2 | 0.860945 | 0.869521 | 0.694214 | 0.717916 |
|
82 |
+
| 3 | 0.570005 | 0.637439 | 0.776859 | 0.790842 |
|
83 |
| 4 | 0.355776 | 0.681563 | 0.768595 | 0.776540 |
|
84 |
| 5 | 0.252919 | 0.585692 | 0.834710 | 0.841590 |
|
85 |
| 6 | 0.156633 | 0.542949 | 0.809917 | 0.815361 |
|
|
|
87 |
| 8 | 0.049480 | 0.583749 | 0.884297 | 0.881360 |
|
88 |
|
89 |
|
|
|
90 |
### How to Use the Model
|
91 |
Here is how to predict the sentiment of a poem verse using this model:
|
92 |
|