dleemiller commited on
Commit
9fde224
·
verified ·
1 Parent(s): a7ce4c0

Update README.md

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