sileod commited on
Commit
97bdc54
1 Parent(s): 54d2faf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -17,7 +17,8 @@ tags:
17
 
18
  # Model Card for Model ID
19
 
20
- ModernBERT mul-itask fine-tuned on tasksource NLI tasks, including MNLI, ANLI, SICK, WANLI, doc-nli, LingNLI, FOLIO, FOL-NLI, LogicNLI, Label-NLI...).
 
21
 
22
  Test accuracy at 10k training steps (current version, 100k steps incoming at the end of the week).
23
 
@@ -145,6 +146,9 @@ pipe([dict(text='there is a cat',
145
  text_pair='there is a black cat')]) #list of (premise,hypothesis)
146
  ```
147
 
 
 
 
148
 
149
  # Citation
150
 
 
17
 
18
  # Model Card for Model ID
19
 
20
+ ModernBERT multi-task fine-tuned on tasksource NLI tasks, including MNLI, ANLI, SICK, WANLI, doc-nli, LingNLI, FOLIO, FOL-NLI, LogicNLI, Label-NLI and all datasets in the below table).
21
+ This is the equivalent of an "instruct" version.
22
 
23
  Test accuracy at 10k training steps (current version, 100k steps incoming at the end of the week).
24
 
 
146
  text_pair='there is a black cat')]) #list of (premise,hypothesis)
147
  ```
148
 
149
+ ## Backbone for further fune-tuning
150
+
151
+ This checkpoint has stronger reasoning and fine-grained abilities than the base version and can be used for further fine-tuning.
152
 
153
  # Citation
154