gchhablani commited on
Commit
9b29cbb
1 Parent(s): 7289002

Fix model file

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. pytorch_model.bin +3 -0
README.md CHANGED
@@ -8,9 +8,9 @@ datasets:
8
  - bookcorpus
9
  - wikipedia
10
  ---
11
- # MultiBERTs Seed 7 (uncased)
12
 
13
- Seed 7 MultiBERTs (pretrained BERT) model on English language using a masked language modeling (MLM) objective. It was introduced in
14
  [this paper](https://arxiv.org/pdf/2106.16163.pdf) and first released in
15
  [this repository](https://github.com/google-research/language/tree/master/language/multiberts). This model is uncased: it does not make a difference
16
  between english and English.
@@ -51,8 +51,8 @@ Here is how to use this model to get the features of a given text in PyTorch:
51
 
52
  ```python
53
  from transformers import BertTokenizer, BertModel
54
- tokenizer = BertTokenizer.from_pretrained('multiberts-seed-7')
55
- model = BertModel.from_pretrained("multiberts-seed-7")
56
  text = "Replace me by any text you'd like."
57
  encoded_input = tokenizer(text, return_tensors='pt')
58
  output = model(**encoded_input)
8
  - bookcorpus
9
  - wikipedia
10
  ---
11
+ # MultiBERTs Seed 0 (uncased)
12
 
13
+ Seed 0 MultiBERTs (pretrained BERT) model on English language using a masked language modeling (MLM) objective. It was introduced in
14
  [this paper](https://arxiv.org/pdf/2106.16163.pdf) and first released in
15
  [this repository](https://github.com/google-research/language/tree/master/language/multiberts). This model is uncased: it does not make a difference
16
  between english and English.
51
 
52
  ```python
53
  from transformers import BertTokenizer, BertModel
54
+ tokenizer = BertTokenizer.from_pretrained('multiberts-seed-0')
55
+ model = BertModel.from_pretrained("multiberts-seed-0")
56
  text = "Replace me by any text you'd like."
57
  encoded_input = tokenizer(text, return_tensors='pt')
58
  output = model(**encoded_input)
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466a60fc4ca7633159f0ae8748c17ea6e1352b5b6c869373f1ff2e403da03c72
3
+ size 440509027