elalber2000 commited on
Commit
36d86a6
·
verified ·
1 Parent(s): f48404e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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** and a custom fine-tuned embedding: [`elalber2000/clip-fashion-garments2look`](https://huggingface.co/elalber2000/clip-fashion-garments2look)using the dataset [`ArtmeScienceLab/Garments2Look`](https://huggingface.co/datasets/ArtmeScienceLab/Garments2Look)
 
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)