bconsolvo Chesebrough commited on
Commit
568425b
1 Parent(s): 6546f18

Update README.md (#3)

Browse files

- Update README.md (5db04fff1c56121ef88e269a08e4bbcd14026055)


Co-authored-by: bob chesebrough <Chesebrough@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -119,6 +119,7 @@ depth
119
  ```
120
 
121
  or one can use the pipeline API:
 
122
  from transformers import pipeline
123
 
124
  ```python
@@ -147,7 +148,23 @@ result["depth"]
147
  | ViT-L Reversed | 0.071 | 0.073 | 0.081 |
148
  | Swin-L Equidistant | 0.072 | 0.074 | 0.083 |
149
  | --- | --- | --- | --- |
150
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  ### BibTeX entry and citation info
152
 
153
  ```bibtex
 
119
  ```
120
 
121
  or one can use the pipeline API:
122
+ ```python
123
  from transformers import pipeline
124
 
125
  ```python
 
148
  | ViT-L Reversed | 0.071 | 0.073 | 0.081 |
149
  | Swin-L Equidistant | 0.072 | 0.074 | 0.083 |
150
  | --- | --- | --- | --- |
151
+
152
+ # Ethical Considerations and Limitations
153
+ 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.
154
+
155
+ Therefore, before deploying any applications of dpt-swinv2-large-384, developers should perform safety testing.
156
+
157
+ # Caveats and Recommendations
158
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
159
+
160
+ Here are a couple of useful links to learn more about Intel's AI software:
161
+
162
+ - Intel Neural Compressor [link](https://github.com/intel/neural-compressor)
163
+ - Intel Extension for Transformers [link](https://github.com/intel/intel-extension-for-transformers)
164
+
165
+ # Disclaimer
166
+ 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.
167
+
168
  ### BibTeX entry and citation info
169
 
170
  ```bibtex