Fedor Krasnov
commited on
Commit
·
1dda6da
1
Parent(s):
6990fe5
Add picture
Browse files- README.md +4 -1
- bvf_recall1k_query_len_eng.svg +1798 -0
README.md
CHANGED
@@ -10,7 +10,10 @@ Sentencepiece tokenizer fitted on 269 million Russian search queries log.
|
|
10 |
|
11 |
DeBERTaV2 with a short context length to save the memory.
|
12 |
|
13 |
-
|
|
|
|
|
|
|
14 |
|
15 |
```python
|
16 |
from transformers import AutoModel, AutoTokenizer
|
|
|
10 |
|
11 |
DeBERTaV2 with a short context length to save the memory.
|
12 |
|
13 |
+
The data set for validation with manual markup consisted of 362 thousand examples.
|
14 |
+
|
15 |
+
|![Validation results](https://huggingface.co/fkrasnov2/SBE/bvf_recall1k_query_len_eng.svg)|
|
16 |
+
|
17 |
|
18 |
```python
|
19 |
from transformers import AutoModel, AutoTokenizer
|
bvf_recall1k_query_len_eng.svg
ADDED