Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,13 @@ model-index:
|
|
59 |
|
60 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/clip-ViT-L-14](https://huggingface.co/sentence-transformers/clip-ViT-L-14) on the [yt-title-thumbnail-pairs](https://huggingface.co/datasets/shawhin/yt-title-thumbnail-pairs) dataset. It maps sentences & paragraphs to a None-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
## Model Details
|
63 |
|
64 |
### Model Description
|
|
|
59 |
|
60 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/clip-ViT-L-14](https://huggingface.co/sentence-transformers/clip-ViT-L-14) on the [yt-title-thumbnail-pairs](https://huggingface.co/datasets/shawhin/yt-title-thumbnail-pairs) dataset. It maps sentences & paragraphs to a None-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
61 |
|
62 |
+
A YouTube video and blog post walking through the model training are linked below.
|
63 |
+
|
64 |
+
Links:
|
65 |
+
- [Video link](https://youtu.be/W4s6b2ZM6kI)
|
66 |
+
- [Blog link](https://medium.com/towards-data-science/fine-tuning-multimodal-embedding-models-bf007b1c5da5)
|
67 |
+
- [Fine-tuned Model](https://huggingface.co/shawhin/clip-title-thumbnail-embeddings)
|
68 |
+
|
69 |
## Model Details
|
70 |
|
71 |
### Model Description
|