Update README.md
Browse files
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
|
24 |
-
|
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
|