solemn-leader commited on
Commit
ecb53ee
1 Parent(s): 04e4d7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,12 +9,12 @@ The model should be used to produce relevance and specificity of the last messag
9
  It is pretrained on corpus of dialog data from social networks and finetuned on [tinkoff-ai/context_similarity](https://huggingface.co/tinkoff-ai/context_similarity).
10
  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):
11
 
12
- ```
13
  | | f0.5 | ROC AUC |
14
  |:------------|-------:|----------:|
15
  | relevance | 0.82 | 0.74 |
16
  | specificity | 0.81 | 0.8 |
17
- ````
18
 
19
  The model can be loaded as follows:
20
 
 
9
  It is pretrained on corpus of dialog data from social networks and finetuned on [tinkoff-ai/context_similarity](https://huggingface.co/tinkoff-ai/context_similarity).
10
  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):
11
 
12
+
13
  | | f0.5 | ROC AUC |
14
  |:------------|-------:|----------:|
15
  | relevance | 0.82 | 0.74 |
16
  | specificity | 0.81 | 0.8 |
17
+
18
 
19
  The model can be loaded as follows:
20