Update README.md
Browse files
README.md
CHANGED
|
@@ -64,4 +64,4 @@ To generate outfits, we try to find the best arrangement of clothes under some c
|
|
| 64 |
`"accesories",`
|
| 65 |
- From all potential outfits we find the one that maximizes:
|
| 66 |
- Similarity to user text using clip embeddings: [`sentence-transformers/clip-ViT-B-32`](https://huggingface.co/sentence-transformers/clip-ViT-B-32)
|
| 67 |
-
- Similarity across clothes of the outfit (proxied as similarity of all clothes to the centroid of their embeddings) using **modal**
|
|
|
|
| 64 |
`"accesories",`
|
| 65 |
- From all potential outfits we find the one that maximizes:
|
| 66 |
- Similarity to user text using clip embeddings: [`sentence-transformers/clip-ViT-B-32`](https://huggingface.co/sentence-transformers/clip-ViT-B-32)
|
| 67 |
+
- Similarity across clothes of the outfit (proxied as similarity of all clothes to the centroid of their embeddings) using **modal** to fine-tuned a custom embedding model: [`elalber2000/clip-fashion-garments2look`](https://huggingface.co/elalber2000/clip-fashion-garments2look) using the dataset [`ArtmeScienceLab/Garments2Look`](https://huggingface.co/datasets/ArtmeScienceLab/Garments2Look)
|