jonghyunlee commited on
Commit
7e55a0d
1 Parent(s): 3c47826

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ The model architecture utilized is based on BERT. Here are the key configuration
14
 
15
  ```
16
  BertConfig(
17
- vocab_size=len(tokenizer_pretrained.vocab),
18
  hidden_size=256,
19
  num_hidden_layers=8,
20
  num_attention_heads=8,
 
14
 
15
  ```
16
  BertConfig(
17
+ vocab_size=70,
18
  hidden_size=256,
19
  num_hidden_layers=8,
20
  num_attention_heads=8,