Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,24 @@
|
|
2 |
tags:
|
3 |
- model_hub_mixin
|
4 |
- pytorch_model_hub_mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- model_hub_mixin
|
4 |
- pytorch_model_hub_mixin
|
5 |
+
license: apache-2.0
|
6 |
+
datasets:
|
7 |
+
- timbrooks/instructpix2pix-clip-filtered
|
8 |
+
- SherryXTChen/InstructCLIP-InstructPix2Pix-Data
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
pipeline_tag: image-to-text
|
12 |
---
|
13 |
|
14 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
15 |
+
The model is based on the paper [Instruct-CLIP: Improving Instruction-Guided Image Editing with Automated Data Refinement Using Contrastive Learning](https://huggingface.co/papers/2503.18406).
|
16 |
+
GitHub: https://github.com/SherryXTChen/Instruct-CLIP.git
|
17 |
+
|
18 |
+
- Library:
|
19 |
+
```
|
20 |
+
torch==2.4.0
|
21 |
+
torchvision==0.19.0
|
22 |
+
diffusers==0.30.3
|
23 |
+
transformers==4.45.2
|
24 |
+
```
|
25 |
+
- Docs: See our [repo](https://github.com/SherryXTChen/Instruct-CLIP.git) for more information.
|