Update README.md
Browse files
README.md
CHANGED
@@ -111,6 +111,9 @@ We thank the authors for their open-source implementations.
|
|
111 |
|
112 |
1. If you missed any packages, please consider the following
|
113 |
|
|
|
|
|
|
|
114 |
```
|
115 |
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu121
|
116 |
pip install open_clip_torch==2.24.0
|
|
|
111 |
|
112 |
1. If you missed any packages, please consider the following
|
113 |
|
114 |
+
# Ethical Considerations
|
115 |
+
This release is for research purposes only in support of an academic paper. Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model. We encourage users to consider the common limitations of AI, comply with applicable laws, and leverage best practices when selecting use cases, particularly for high-risk scenarios where errors or misuse could significantly impact people’s lives, rights, or safety. For further guidance on use cases, refer to our AUP and AI AUP.
|
116 |
+
|
117 |
```
|
118 |
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu121
|
119 |
pip install open_clip_torch==2.24.0
|