AntoineBlanot
commited on
Commit
·
931b2c8
1
Parent(s):
2a612ea
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
|
5 |
+
# roberta-large-3way
|
6 |
+
|
7 |
+
This is the checkpoint for [roberta-large](https://huggingface.co/roberta-large) after being trained on a various of tasks inlcuding various of datasets.
|
8 |
+
The used datasets have been transformed in a binary setting: **non-entailment** and **entailment**
|
9 |
+
|
10 |
+
It can be directly used as a NLI inference model or a zero-shot classifier.
|