dleemiller commited on
Commit
98bef34
·
verified ·
1 Parent(s): 334c302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,6 +43,7 @@ The inference performance efficiency, expanded context and simplicity make this
43
 
44
  | Model | STS-B Test Pearson | STS-B Test Spearman | Context Length | Parameters | Speed |
45
  |--------------------------------|--------------------|---------------------|----------------|------------|---------|
 
46
  | `ModernCE-base-sts` | **0.9162** | **0.9122** | **8192** | 149M | **Fast** |
47
  | `stsb-roberta-large` | 0.9147 | - | 512 | 355M | Slow |
48
  | `stsb-distilroberta-base` | 0.8792 | - | 512 | 66M | Fast |
 
43
 
44
  | Model | STS-B Test Pearson | STS-B Test Spearman | Context Length | Parameters | Speed |
45
  |--------------------------------|--------------------|---------------------|----------------|------------|---------|
46
+ | `ModernCE-large-sts` | **0.9256** | **0.9215** | **8192** | 395M | **Medium** |
47
  | `ModernCE-base-sts` | **0.9162** | **0.9122** | **8192** | 149M | **Fast** |
48
  | `stsb-roberta-large` | 0.9147 | - | 512 | 355M | Slow |
49
  | `stsb-distilroberta-base` | 0.8792 | - | 512 | 66M | Fast |