nreimers commited on
Commit
0d4bef8
1 Parent(s): d0fe31f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
 
10
  # dense_encoder-msmarco-distilbert-word2vec256k-MLM_210k
11
 
 
 
12
  This model is based on [vocab-transformers/msmarco-distilbert-word2vec256k-MLM_210k](https://huggingface.co/vocab-transformers/msmarco-distilbert-word2vec256k-MLM_210k) with a 256k sized vocabulary initialized with word2vec that has been trained with MLM for 210k steps with frozen embedding matrix on the MSMARCO corpus.
13
 
14
  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) with a frozen embedding matrix. See the train_script.py in this repository.
 
9
 
10
  # dense_encoder-msmarco-distilbert-word2vec256k-MLM_210k
11
 
12
+ **Note: Token embeddings where updated!**
13
+
14
  This model is based on [vocab-transformers/msmarco-distilbert-word2vec256k-MLM_210k](https://huggingface.co/vocab-transformers/msmarco-distilbert-word2vec256k-MLM_210k) with a 256k sized vocabulary initialized with word2vec that has been trained with MLM for 210k steps with frozen embedding matrix on the MSMARCO corpus.
15
 
16
  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) with a frozen embedding matrix. See the train_script.py in this repository.