Thomas Müller commited on
Commit
bdc5368
1 Parent(s): f302255

Adds README.

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ This is a small cross attention entailment model trained for zero-shot and few-shot text classification experiments.
2
+
3
+ The base model is [mpnet-base](https://huggingface.co/microsoft/mpnet-base) and it has been trained with the code from [here](https://github.com/facebookresearch/anli).
4
+
5
+ The model has been trained using [SNLI](https://nlp.stanford.edu/projects/snli/) and [MNLI](https://cims.nyu.edu/~sbowman/multinli/).