arxyzan commited on
Commit
1c844b4
1 Parent(s): 5ced18f

Update preprocessor/tokenizer_config.yaml

Browse files
Files changed (1) hide show
  1. preprocessor/tokenizer_config.yaml +2 -2
preprocessor/tokenizer_config.yaml CHANGED
@@ -1,4 +1,4 @@
1
- name: tokenizer
2
  config_type: preprocessor
3
  model: wordpiece
4
  max_length: 512
@@ -9,4 +9,4 @@ padding_strategy: longest
9
  padding_direction: right
10
  pad_token_id: 0
11
  pad_token: '[PAD]'
12
- pad_token_type_id: 0
 
1
+ name: wordpiece_tokenizer
2
  config_type: preprocessor
3
  model: wordpiece
4
  max_length: 512
 
9
  padding_direction: right
10
  pad_token_id: 0
11
  pad_token: '[PAD]'
12
+ pad_token_type_id: 0