muelletm commited on
Commit
d322aad
1 Parent(s): 4979d09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
 
12
  A cross attention NLI model trained for zero-shot and few-shot text classification.
13
 
14
- The base model is [mpnet-base](https://huggingface.co/microsoft/mpnet-base), trained the code from [here](https://github.com/facebookresearch/anli).
15
  on [SNLI](https://nlp.stanford.edu/projects/snli/) and [MNLI](https://cims.nyu.edu/~sbowman/multinli/).
16
 
17
  Usage:
 
11
 
12
  A cross attention NLI model trained for zero-shot and few-shot text classification.
13
 
14
+ The base model is [mpnet-base](https://huggingface.co/microsoft/mpnet-base), trained with the code from [here](https://github.com/facebookresearch/anli).
15
  on [SNLI](https://nlp.stanford.edu/projects/snli/) and [MNLI](https://cims.nyu.edu/~sbowman/multinli/).
16
 
17
  Usage: