cointegrated
commited on
Commit
•
fdac820
1
Parent(s):
1f2d9ad
Update README.md
Browse files
README.md
CHANGED
@@ -23,3 +23,5 @@ print(compare_texts('Сегодня на улице хорошая погода'
|
|
23 |
print(compare_texts('Сегодня на улице хорошая погода', 'Отличная погодка сегодня выдалась'))
|
24 |
# [0.16524374 0.8347562 ]
|
25 |
```
|
|
|
|
|
|
23 |
print(compare_texts('Сегодня на улице хорошая погода', 'Отличная погодка сегодня выдалась'))
|
24 |
# [0.16524374 0.8347562 ]
|
25 |
```
|
26 |
+
|
27 |
+
P.S. In the DeepPavlov repository, the tokenizer uses `max_seq_length=64`. This model, however, uses `model_max_length=512`. Therefore, results on long texts might be inadequate.
|