Norm commited on
Commit
df33674
·
1 Parent(s): c448195

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -7,6 +7,6 @@
7
  "mask_token": "[MASK]",
8
  "do_lower_case": true,
9
  "model_max_length": 512,
10
- "vocab_file": "my/path/to/vocab.txt",
11
- "sentencepiece_model_file": "my/path/to/sentencepiece.bpe.model"
12
  }
 
7
  "mask_token": "[MASK]",
8
  "do_lower_case": true,
9
  "model_max_length": 512,
10
+ "vocab_file": "./vocab.txt",
11
+ "sentencepiece_model_file": "./sentencepiece.bpe.model"
12
  }