Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,14 @@ The labels explanation:
|
|
18 |
|
19 |
The preferable length of the dialogue is 4 where the last message is needed to be estimated
|
20 |
|
21 |
-
It is pretrained on corpus of dialog data
|
22 |
The performance of the model on validation split [tinkoff-ai/context_similarity](https://huggingface.co/tinkoff-ai/context_similarity) (with the best thresholds for validation samples):
|
23 |
|
24 |
|
25 |
-
| | f0.5 | ROC AUC |
|
26 |
-
|
27 |
-
| relevance | 0.82 | 0.74 |
|
28 |
-
| specificity | 0.81 | 0.8 |
|
29 |
|
30 |
|
31 |
The preferable usage:
|
|
|
18 |
|
19 |
The preferable length of the dialogue is 4 where the last message is needed to be estimated
|
20 |
|
21 |
+
It is pretrained on corpus of dialog data and finetuned on [tinkoff-ai/context_similarity](https://huggingface.co/tinkoff-ai/context_similarity).
|
22 |
The performance of the model on validation split [tinkoff-ai/context_similarity](https://huggingface.co/tinkoff-ai/context_similarity) (with the best thresholds for validation samples):
|
23 |
|
24 |
|
25 |
+
| | threshold | f0.5 | ROC AUC |
|
26 |
+
|:------------|------------:|-------:|----------:|
|
27 |
+
| relevance | 0.51 | 0.82 | 0.74 |
|
28 |
+
| specificity | 0.54 | 0.81 | 0.8 |
|
29 |
|
30 |
|
31 |
The preferable usage:
|