dleemiller commited on
Commit
9b61c6a
·
verified ·
1 Parent(s): d2d5395

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ tags:
20
  ---
21
  # ModernBERT Cross-Encoder: Natural Language Inference (NLI)
22
 
23
- This cross encoder performs sequence classification for contradiction/neutral/entailment labels. This is
24
- a drop-in for the comparable sentence transformers cross encoders.
25
 
26
  I trained this model by initializaing the ModernBERT-base weights from the brilliant `tasksource/ModernBERT-base-nli`
27
  zero-shot classification model. Then I trained it with a batch size of 64 using the `sentence-transformers` AllNLI
 
20
  ---
21
  # ModernBERT Cross-Encoder: Natural Language Inference (NLI)
22
 
23
+ This cross encoder performs sequence classification for contradiction/neutral/entailment labels. This has
24
+ drop-in compatibility with comparable sentence transformers cross encoders.
25
 
26
  I trained this model by initializaing the ModernBERT-base weights from the brilliant `tasksource/ModernBERT-base-nli`
27
  zero-shot classification model. Then I trained it with a batch size of 64 using the `sentence-transformers` AllNLI