sergeyzh commited on
Commit
814eafe
·
verified ·
1 Parent(s): b3e7284

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -62,11 +62,11 @@ print(util.dot_score(embeddings, embeddings))
62
 
63
  | Модель | STS | PI | NLI | SA | TI |
64
  |:---------------------------------|:---------:|:---------:|:---------:|:---------:|:---------:|
65
- | intfloat/multilingual-e5-large | 0.862 | 0.727 | 0.473 | 0.810 | 0.979 |
66
- | Tochka-AI/ruRoPEBert-e5-base-512 | 0.793 | 0.704 | 0.457 | 0.803 | 0.970 |
67
- | **sergeyzh/rubert-tiny-sts** | **0.797** | **0.702** | **0.453** | **0.778** | **0.946** |
68
- | cointegrated/LaBSE-en-ru | 0.794 | 0.659 | 0.431 | 0.761 | 0.946 |
69
- | cointegrated/rubert-tiny2 | 0.750 | 0.651 | 0.417 | 0.737 | 0.937 |
70
 
71
  **Задачи:**
72
 
@@ -76,6 +76,17 @@ print(util.dot_score(embeddings, embeddings))
76
  - Sentiment analysis (**SA**);
77
  - Toxicity identification (**TI**).
78
 
 
 
 
 
 
 
 
 
 
 
 
79
  ## Связанные ресурсы
80
  Вопросы использования модели обсуждаются в [русскоязычном чате NLP](https://t.me/natural_language_processing).
81
 
 
62
 
63
  | Модель | STS | PI | NLI | SA | TI |
64
  |:---------------------------------|:---------:|:---------:|:---------:|:---------:|:---------:|
65
+ | [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large) | 0.862 | 0.727 | 0.473 | 0.810 | 0.979 |
66
+ | [Tochka-AI/ruRoPEBert-e5-base-512](https://huggingface.co/Tochka-AI/ruRoPEBert-e5-base-512) | 0.793 | 0.704 | 0.457 | 0.803 | 0.970 |
67
+ | **sergeyzh/rubert-tiny-sts** | **0.797** | **0.702** | **0.453** | **0.778** | **0.946** |
68
+ | [cointegrated/LaBSE-en-ru](https://huggingface.co/cointegrated/LaBSE-en-ru) | 0.794 | 0.659 | 0.431 | 0.761 | 0.946 |
69
+ | [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) | 0.750 | 0.651 | 0.417 | 0.737 | 0.937 |
70
 
71
  **Задачи:**
72
 
 
76
  - Sentiment analysis (**SA**);
77
  - Toxicity identification (**TI**).
78
 
79
+ ## Размер и производительность
80
+
81
+ | Модель | CPU | GPU | size | dim | vocab |
82
+ |:---------------------------------|:---------:|:---------:|:---------:|:---------:|:---------:|
83
+ | [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large) | 149.026 | 15.629 | 2136 | 1024 | 250002 |
84
+ | [Tochka-AI/ruRoPEBert-e5-base-512](https://huggingface.co/Tochka-AI/ruRoPEBert-e5-base-512) | 43.314 | 9.338 | 530 | 768 | 69382 |
85
+ | **sergeyzh/rubert-tiny-sts** | **3.208** | **2.866** | **111** | **312** | **83828** |
86
+ | [cointegrated/LaBSE-en-ru](https://huggingface.co/cointegrated/LaBSE-en-ru) | 42.867 | 8.549 | 490 | 768 | 55083 |
87
+ | [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) | 3.212 | 2.850 | 111 | 312 | 83828 |
88
+
89
+
90
  ## Связанные ресурсы
91
  Вопросы использования модели обсуждаются в [русскоязычном чате NLP](https://t.me/natural_language_processing).
92