dleemiller commited on
Commit
32138a7
·
verified ·
1 Parent(s): 01cf0b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ remaining layers with a new classification head.
33
  ---
34
 
35
  ## Features
36
- - **High performing:** Achieves 92.02% and 91.10% on MNLI mismatched and SNLI test.
37
  - **Efficient architecture:** Based on the ModernBERT-large design (395M parameters), offering faster inference speeds.
38
  - **Extended context length:** Processes sequences up to 8192 tokens, great for LLM output evals.
39
 
@@ -43,7 +43,7 @@ remaining layers with a new classification head.
43
 
44
  | Model | MNLI Mismatched | SNLI Test | Context Length |
45
  |---------------------------|-------------------|--------------|----------------|
46
- | `ModernCE-large-nli` | 0.9202 | 0.9110 | 8192 |
47
  | `ModernCE-base-nli` | 0.9034 | 0.9025 | 8192 |
48
  | `deberta-v3-large` | 0.9049 | 0.9220 | 512 |
49
  | `deberta-v3-base` | 0.9004 | 0.9234 | 512 |
 
33
  ---
34
 
35
  ## Features
36
+ - **High performing:** Achieves **92.02%** and 91.10% on MNLI mismatched and SNLI test.
37
  - **Efficient architecture:** Based on the ModernBERT-large design (395M parameters), offering faster inference speeds.
38
  - **Extended context length:** Processes sequences up to 8192 tokens, great for LLM output evals.
39
 
 
43
 
44
  | Model | MNLI Mismatched | SNLI Test | Context Length |
45
  |---------------------------|-------------------|--------------|----------------|
46
+ | `ModernCE-large-nli` | **0.9202** | 0.9110 | 8192 |
47
  | `ModernCE-base-nli` | 0.9034 | 0.9025 | 8192 |
48
  | `deberta-v3-large` | 0.9049 | 0.9220 | 512 |
49
  | `deberta-v3-base` | 0.9004 | 0.9234 | 512 |