include warnings
Browse files
README.md
CHANGED
|
@@ -16,10 +16,12 @@ This is a [SetFit model](https://github.com/huggingface/setfit) that can be used
|
|
| 16 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 17 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 18 |
|
| 19 |
-
Accuracy on a number of experiments can be found in the figure below.
|
| 20 |
|
| 21 |

|
| 22 |
|
|
|
|
|
|
|
| 23 |
Id to emotional label schema is as follows:
|
| 24 |
|
| 25 |
```
|
|
|
|
| 16 |
1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
|
| 17 |
2. Training a classification head with features from the fine-tuned Sentence Transformer.
|
| 18 |
|
| 19 |
+
Accuracy on a number of experiments on a minimal test set (35 examples) can be found in the figure below.
|
| 20 |
|
| 21 |

|
| 22 |
|
| 23 |
+
Please note that these results are not a good representation of the model's actual performance. As previously stated, the test set is tiny and the examples in that test set are cherry picked. This model will be properly evaluated on real life data at a later time.
|
| 24 |
+
|
| 25 |
Id to emotional label schema is as follows:
|
| 26 |
|
| 27 |
```
|