Commit
·
75d08f1
1
Parent(s):
63bbc62
Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,7 @@ library_name: transformers
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
## Model description
|
14 |
The model is designed for zero-shot classification with the Hugging Face pipeline.
|
15 |
|
16 |
The model can do one universal task: determine whether a hypothesis is `true` or `not_true`
|
@@ -30,6 +29,7 @@ The model was trained on a mixture of 33 datasets and 389 classes that have been
|
|
30 |
'agnews', 'yahootopics',
|
31 |
'trueteacher', 'spam', 'wellformedquery',
|
32 |
'manifesto', 'capsotu'.
|
|
|
33 |
See details on each dataset here: https://github.com/MoritzLaurer/zeroshot-classifier/blob/main/datasets_overview.csv
|
34 |
|
35 |
Note that compared to other NLI models, this model predicts two classes (`entailment` vs. `not_entailment`)
|
|
|
9 |
license: mit
|
10 |
---
|
11 |
|
12 |
+
## Model description: deberta-v3-large-zeroshot-v1.1-all-33
|
|
|
13 |
The model is designed for zero-shot classification with the Hugging Face pipeline.
|
14 |
|
15 |
The model can do one universal task: determine whether a hypothesis is `true` or `not_true`
|
|
|
29 |
'agnews', 'yahootopics',
|
30 |
'trueteacher', 'spam', 'wellformedquery',
|
31 |
'manifesto', 'capsotu'.
|
32 |
+
|
33 |
See details on each dataset here: https://github.com/MoritzLaurer/zeroshot-classifier/blob/main/datasets_overview.csv
|
34 |
|
35 |
Note that compared to other NLI models, this model predicts two classes (`entailment` vs. `not_entailment`)
|