monsoon-nlp commited on
Commit
0552c3d
1 Parent(s): 4dacbda

add link to official release

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,9 +28,9 @@ counterparts.
28
 
29
  The model was trained using a self-supervised masked language modeling task. We do whole word masking with a maximum of 80 predictions. The model was trained for 1000K steps, with a batch size of 4096, and a max sequence length of 512.
30
 
31
- Original model and details: https://tfhub.dev/google/MuRIL/1
32
 
33
- MLM-specific model hosted on HuggingFace: https://huggingface.co/simran-kh/muril-with-mlm-cased-temp
34
 
35
  License: Apache 2.0
36
 
 
28
 
29
  The model was trained using a self-supervised masked language modeling task. We do whole word masking with a maximum of 80 predictions. The model was trained for 1000K steps, with a batch size of 4096, and a max sequence length of 512.
30
 
31
+ Original model on TFHub: https://tfhub.dev/google/MuRIL/1
32
 
33
+ *Official release now on HuggingFace (March 2021)* https://huggingface.co/google/muril-base-cased
34
 
35
  License: Apache 2.0
36