muelletm commited on
Commit
f7ccce6
1 Parent(s): abfb268

Update README.md

Browse files

Adds some YAML tags.

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
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).
 
1
+ ---
2
+ language:
3
+ - en
4
+ datasets:
5
+ - SNLI
6
+ - MNLI
7
+ ---
8
+
9
+
10
  This is a small cross attention entailment model trained for zero-shot and few-shot text classification experiments.
11
 
12
  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).