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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -71,12 +71,16 @@ which can easily process a few hundred sentence pairs per second on CPU, and a f
71
 
72
  ## Performance
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
  | `EttinX-sts-xxs` | 0.8414 | 0.8311 | **8192** | 17M | **Very Fast** |
81
 
82
 
 
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