aapot
commited on
Commit
·
53e64e0
1
Parent(s):
86de605
Update README
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ This model is custom PyTorch model for predicting whether a pair of YouTube vide
|
|
27 |
|
28 |
For pretrained cross-encoders, [mmarco-mMiniLMv2-L12-H384-v1](https://huggingface.co/cross-encoder/mmarco-mMiniLMv2-L12-H384-v1) was used to be further trained as part of this model.
|
29 |
|
30 |
-
Note
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
|
|
27 |
|
28 |
For pretrained cross-encoders, [mmarco-mMiniLMv2-L12-H384-v1](https://huggingface.co/cross-encoder/mmarco-mMiniLMv2-L12-H384-v1) was used to be further trained as part of this model.
|
29 |
|
30 |
+
**Note**: sometimes YouTube videos lack transcripts so actually there are two different versions of this model trained: a model with trascripts (WT = with transcripts) and a model without transcripts (NT = no transcripts). This model is with transcripts and the model without transcripts is available [here](https://huggingface.co/mozilla-foundation/youtube_video_similarity_model_nt).
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|