Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,11 @@ tags:
|
|
10 |
|
11 |
# dense_encoder-msmarco-bert-base-word2vec256k
|
12 |
|
|
|
|
|
13 |
This model is based on [msmarco-word2vec256000-bert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-bert-base-uncased) with a 256k sized vocabulary initialized with word2vec.
|
14 |
|
15 |
-
It has been trained on MS MARCO using [MarginMSELoss](https://github.com/UKPLab/sentence-transformers/blob/master/examples/training/ms_marco/train_bi-encoder_margin-mse.py)
|
16 |
|
17 |
|
18 |
Performance:
|
|
|
10 |
|
11 |
# dense_encoder-msmarco-bert-base-word2vec256k
|
12 |
|
13 |
+
**Note: Token embeddings where updated!**
|
14 |
+
|
15 |
This model is based on [msmarco-word2vec256000-bert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-bert-base-uncased) with a 256k sized vocabulary initialized with word2vec.
|
16 |
|
17 |
+
It has been trained on MS MARCO using [MarginMSELoss](https://github.com/UKPLab/sentence-transformers/blob/master/examples/training/ms_marco/train_bi-encoder_margin-mse.py). See the train_script.py in this repository.
|
18 |
|
19 |
|
20 |
Performance:
|