samim2024 commited on
Commit
2b35ef1
1 Parent(s): 1804878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
README.md CHANGED
@@ -47,23 +47,4 @@ probs = logits_per_image.softmax(dim=1) # we can take the softmax to get the lab
47
  ```
48
 
49
 
50
- ## Model Use
51
-
52
- ### Intended Use
53
-
54
- The 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 models - the CLIP paper includes a discussion of potential downstream impacts to provide an example for this sort of analysis.
55
-
56
- #### Primary intended uses
57
-
58
- The primary intended users of these models are AI researchers.
59
-
60
- We primarily imagine the model will be used by researchers to better understand robustness, generalization, and other capabilities, biases, and constraints of computer vision models.
61
-
62
- ### Out-of-Scope Use Cases
63
-
64
- **Any** deployed use case of the model - whether commercial or not - is currently out of scope. Non-deployed use cases such as image search in a constrained environment, are also not recommended unless there is thorough in-domain testing of the model with a specific, fixed class taxonomy. This is because our safety assessment demonstrated a high need for task specific testing especially given the variability of CLIP’s performance with different class taxonomies. This makes untested and unconstrained deployment of the model in any use case currently potentially harmful.
65
-
66
- Certain use cases which would fall under the domain of surveillance and facial recognition are always out-of-scope regardless of performance of the model. This is because the use of artificial intelligence for tasks such as these can be premature currently given the lack of testing norms and checks to ensure its fair use.
67
-
68
- Since the model has not been purposefully trained in or evaluated on any languages other than English, its use should be limited to English language use cases.
69
 
 
47
  ```
48
 
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50