dleemiller commited on
Commit
ede02d9
·
verified ·
1 Parent(s): a0315e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -9
README.md CHANGED
@@ -72,17 +72,23 @@ which can easily process a few hundred sentence pairs per second on CPU, and a f
72
  ## Performance
73
 
74
 
 
 
 
75
  | Model | STS-B Test Pearson | STS-B Test Spearman | Context Length | Parameters | Speed |
76
  |--------------------------------|--------------------|---------------------|----------------|------------|---------|
77
- | `ModernCE-large-sts` | **0.9256** | **0.9215** | **8192** | 395M | **Medium** |
78
- | `ModernCE-base-sts` | **0.9162** | **0.9122** | **8192** | 149M | **Fast** |
79
- | `stsb-roberta-large` | 0.9147 | - | 512 | 355M | Slow |
80
- | `EttinX-sts-m` | 0.9143 | 0.9102 | **8192** | 149M | **Fast** |
81
- | `EttinX-sts-s` | 0.9004 | 0.8926 | **8192** | 68M | **Very Fast** |
82
- | `stsb-distilroberta-base` | 0.8792 | - | 512 | 82M | Fast |
83
- | `EttinX-sts-xs` | 0.8763 | 0.8689 | **8192** | 32M | **Very Fast** |
84
- | `EttinX-sts-xxs` | 0.8414 | 0.8311 | **8192** | 17M | **Very Fast** |
85
-
 
 
 
86
 
87
  ---
88
 
 
72
  ## Performance
73
 
74
 
75
+
76
+ ## Performance
77
+
78
  | Model | STS-B Test Pearson | STS-B Test Spearman | Context Length | Parameters | Speed |
79
  |--------------------------------|--------------------|---------------------|----------------|------------|---------|
80
+ | `dleemiller/ModernCE-large-sts` | **0.9256** | **0.9215** | **8192** | 395M | **Medium** |
81
+ | `dleemiller/CrossGemma-sts-300m` | 0.9175 | 0.9135 | 2048 | 303M | **Medium** |
82
+ | `dleemiller/ModernCE-base-sts` | 0.9162 | 0.9122 | **8192** | 149M | **Fast** |
83
+ | `cross-encoder/stsb-roberta-large` | 0.9147 | - | 512 | 355M | Slow |
84
+ | `dleemiller/EttinX-sts-m` | 0.9143 | 0.9102 | **8192** | 149M | **Fast** |
85
+ | `dleemiller/NeoCE-sts` | 0.9124 | 0.9087 | 4096 | 250M | **Fast** |
86
+ | `dleemiller/EttinX-sts-s` | 0.9004 | 0.8926 | **8192** | 68M | **Very Fast** |
87
+ | `cross-encoder/stsb-distilroberta-base` | 0.8792 | - | 512 | 82M | Fast |
88
+ | `dleemiller/EttinX-sts-xs` | 0.8763 | 0.8689 | **8192** | 32M | **Very Fast** |
89
+ | `dleemiller/EttinX-sts-xxs` | 0.8414 | 0.8311 | **8192** | 17M | **Very Fast** |
90
+ | `dleemiller/sts-bert-hash-nano` | 0.7904 | 0.7743 | **8192** | 0.97M | **Very Fast** |
91
+ | `dleemiller/sts-bert-hash-pico` | 0.7595 | 0.7474 | **8192** | 0.45M | **Very Fast** |
92
 
93
  ---
94