Ross Wightman
commited on
Commit
•
a18ca50
1
Parent(s):
5f9c1d9
Update README
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: mit
|
|
9 |
2. [Uses](#uses)
|
10 |
3. [Training Details](#training-details)
|
11 |
4. [Evaluation](#evaluation)
|
12 |
-
5. [
|
13 |
6. [Citation](#citation)
|
14 |
7. [How To Get Started With the Model](#how-to-get-started-with-the-model)
|
15 |
|
@@ -24,7 +24,7 @@ Model training ('babysitting') done by Ross Wightman on the [JUWELS Booster](htt
|
|
24 |
|
25 |
# Uses
|
26 |
|
27 |
-
As per the original OpenAI CLIP
|
28 |
|
29 |
The OpenAI CLIP paper includes a discussion of potential downstream impacts to provide an example for this sort of analysis. Additionally, the LAION-5B blog (https://laion.ai/blog/laion-5b/) and upcoming paper include additional discussion as it relates specifically to the training dataset.
|
30 |
|
|
|
9 |
2. [Uses](#uses)
|
10 |
3. [Training Details](#training-details)
|
11 |
4. [Evaluation](#evaluation)
|
12 |
+
5. [Acknowledgements](#acknowledgements)
|
13 |
6. [Citation](#citation)
|
14 |
7. [How To Get Started With the Model](#how-to-get-started-with-the-model)
|
15 |
|
|
|
24 |
|
25 |
# Uses
|
26 |
|
27 |
+
As per the original [OpenAI CLIP model card](https://github.com/openai/CLIP/blob/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1/model-card.md), this model is intended as a research output for research communities. We hope that this model will enable researchers to better understand and explore zero-shot, arbitrary image classification. We also hope it can be used for interdisciplinary studies of the potential impact of such model.
|
28 |
|
29 |
The OpenAI CLIP paper includes a discussion of potential downstream impacts to provide an example for this sort of analysis. Additionally, the LAION-5B blog (https://laion.ai/blog/laion-5b/) and upcoming paper include additional discussion as it relates specifically to the training dataset.
|
30 |
|