test / config.json
Cuiunbo's picture
Update config.json
1ffcdc8 verified
raw
history blame contribute delete
274 Bytes
{
"model_type": "bert",
"tokenizer_info": {
"bert": {
"config": "config_bert.json",
"tokenizer_config": "tokenizer_config_bert.json"
},
"gpt": {
"config": "config_gpt.json",
"tokenizer_config": "tokenizer_config_gpt.json"
}
}
}