Chesebrough commited on
Commit
5db04ff
1 Parent(s): 2563fd1

Update README.md

Browse files

Fixed table formatting
Added sections
# Ethical Considerations and Limitations
# Caveats and Recommendations
# Disclaimer

Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -118,6 +118,7 @@ depth
118
  ```
119
 
120
  or one can use the pipeline API:
 
121
  from transformers import pipeline
122
 
123
  pipe = pipeline(task="depth-estimation", model="Intel/dpt-swinv2-large-384")
@@ -145,7 +146,23 @@ result["depth"]
145
  | ViT-L Reversed | 0.071 | 0.073 | 0.081 |
146
  | Swin-L Equidistant | 0.072 | 0.074 | 0.083 |
147
  | --- | --- | --- | --- |
148
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  ### BibTeX entry and citation info
150
 
151
  ```bibtex
 
118
  ```
119
 
120
  or one can use the pipeline API:
121
+ ```python
122
  from transformers import pipeline
123
 
124
  pipe = pipeline(task="depth-estimation", model="Intel/dpt-swinv2-large-384")
 
146
  | ViT-L Reversed | 0.071 | 0.073 | 0.081 |
147
  | Swin-L Equidistant | 0.072 | 0.074 | 0.083 |
148
  | --- | --- | --- | --- |
149
+
150
+ # Ethical Considerations and Limitations
151
+ dpt-swinv2-large-384 can produce factually incorrect output, and should not be relied on to produce factually accurate information. Because of the limitations of the pretrained model and the finetuning datasets, it is possible that this model could generate lewd, biased or otherwise offensive outputs.
152
+
153
+ Therefore, before deploying any applications of dpt-swinv2-large-384, developers should perform safety testing.
154
+
155
+ # Caveats and Recommendations
156
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
157
+
158
+ Here are a couple of useful links to learn more about Intel's AI software:
159
+
160
+ - Intel Neural Compressor [link](https://github.com/intel/neural-compressor)
161
+ - Intel Extension for Transformers [link](https://github.com/intel/intel-extension-for-transformers)
162
+
163
+ # Disclaimer
164
+ The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please cosult an attorney before using this model for commercial purposes.
165
+
166
  ### BibTeX entry and citation info
167
 
168
  ```bibtex