MoritzLaurer HF staff commited on
Commit
09b73ae
1 Parent(s): aa16a20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -12,10 +12,10 @@ license: mit
12
  # Model description: deberta-v3-base-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`
16
- given a text (also called `entailment` vs. `not_entailment`).
17
  This task format is based on the Natural Language Inference task (NLI).
18
- The task is so universal that any classification task can be reformulated into the task.
19
 
20
  A detailed description of how the model was trained and how it can be used is available in this paper: [link to be added]
21
 
@@ -119,8 +119,8 @@ Please consult the original DeBERTa paper and the papers for the different datas
119
  ## License
120
  The base model (DeBERTa-v3) is published under the MIT license.
121
  The datasets the model was fine-tuned on are published under a diverse set of licenses.
122
- The following spreadsheet provides an overview of the non-NLI datasets used for fine-tuning.
123
- The spreadsheets contains information on licenses, the underlying papers etc.: https://github.com/MoritzLaurer/zeroshot-classifier/blob/main/datasets_overview.csv
124
 
125
  ## Citation
126
  If you use this model academically, please cite:
 
12
  # Model description: deberta-v3-base-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 classification task: determine whether a hypothesis is "true" or "not true" given a text
16
+ (`entailment` vs. `not_entailment`).
17
  This task format is based on the Natural Language Inference task (NLI).
18
+ The task is so universal that any classification task can be reformulated into this task.
19
 
20
  A detailed description of how the model was trained and how it can be used is available in this paper: [link to be added]
21
 
 
119
  ## License
120
  The base model (DeBERTa-v3) is published under the MIT license.
121
  The datasets the model was fine-tuned on are published under a diverse set of licenses.
122
+ The following table provides an overview of the non-NLI datasets used for fine-tuning,
123
+ information on licenses, the underlying papers etc.: https://github.com/MoritzLaurer/zeroshot-classifier/blob/main/datasets_overview.csv
124
 
125
  ## Citation
126
  If you use this model academically, please cite: