Cube commited on
Commit
55f11b6
·
1 Parent(s): 686a8d8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -21,5 +21,6 @@
21
  "RobertaForMaskedLM"
22
  ],
23
  "bos_token_id": 0,
24
- "eos_token_id": 2
 
25
  }
 
21
  "RobertaForMaskedLM"
22
  ],
23
  "bos_token_id": 0,
24
+ "eos_token_id": 2,
25
+ "tokenizer_class": "BertTokenizer"
26
  }