Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ widget:
|
|
| 7 |
example_title: Cat & Dog
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
| 10 |
# Model Card: CLIP
|
| 11 |
|
| 12 |
Disclaimer: The model card is taken and modified from the official CLIP repository, it can be found [here](https://github.com/openai/CLIP/blob/main/model-card.md).
|
|
|
|
| 7 |
example_title: Cat & Dog
|
| 8 |
---
|
| 9 |
|
| 10 |
+
This repo was forked from [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14). Here, the file handler.py has been added so that the model can be deployed on Huggingface Inference Endpoints.
|
| 11 |
+
|
| 12 |
# Model Card: CLIP
|
| 13 |
|
| 14 |
Disclaimer: The model card is taken and modified from the official CLIP repository, it can be found [here](https://github.com/openai/CLIP/blob/main/model-card.md).
|