dleemiller commited on
Commit
af8bad0
·
verified ·
1 Parent(s): ece9977

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -73,10 +73,18 @@ The inference performance efficiency, expanded context and simplicity make this
73
 
74
  | Model | STS-B Test Pearson | STS-B Test Spearman | Context Length | Parameters | Speed |
75
  |--------------------------------|--------------------|---------------------|----------------|------------|---------|
76
- | `ModernCE-large-sts` | **0.9256** | **0.9215** | **8192** | 395M | **Medium** |
77
- | `ModernCE-base-sts` | **0.9162** | **0.9122** | **8192** | 149M | **Fast** |
78
- | `stsb-roberta-large` | 0.9147 | - | 512 | 355M | Slow |
79
- | `stsb-distilroberta-base` | 0.8792 | - | 512 | 82M | Fast |
 
 
 
 
 
 
 
 
80
 
81
 
82
  ---
 
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
  ---