MoritzLaurer HF staff commited on
Commit
03d5466
1 Parent(s): 2640d76

update on licenses

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -6,6 +6,7 @@ tags:
6
  - zero-shot-classification
7
  pipeline_tag: zero-shot-classification
8
  library_name: transformers
 
9
  ---
10
 
11
  # deberta-v3-base-zeroshot-v1
@@ -54,6 +55,14 @@ The model can only do text classification tasks.
54
 
55
  Please consult the original DeBERTa paper and the papers for the different datasets for potential biases.
56
 
 
 
 
 
 
 
 
 
57
  ## Citation
58
  If you use this model, please cite:
59
  ```
 
6
  - zero-shot-classification
7
  pipeline_tag: zero-shot-classification
8
  library_name: transformers
9
+ license: mit
10
  ---
11
 
12
  # deberta-v3-base-zeroshot-v1
 
55
 
56
  Please consult the original DeBERTa paper and the papers for the different datasets for potential biases.
57
 
58
+ ## License
59
+ The base model (DeBERTa-v3) is published under the MIT license.
60
+ The datasets the model was fine-tuned on are published under a diverse set of licenses.
61
+ The following spreadsheet provides an overview of the non-NLI datasets used for fine-tuning.
62
+ The spreadsheets contains information on licenses, the underlying papers etc.
63
+ https://docs.google.com/spreadsheets/d/1Z18tMh02IiWgh6o8pfoMiI_LH4IXpr78wd_nmNd5FaE/edit?usp=sharing
64
+ In addition, the model was also trained on the following NLI datasets: MNLI, ANLI, WANLI, LING-NLI, FEVER-NLI.
65
+
66
  ## Citation
67
  If you use this model, please cite:
68
  ```