Inteligent_ai / config.json
Mxytyu's picture
Update config.json
c065140 verified
Raw
History Blame Contribute Delete
238 Bytes
{
"architectures": ["HelloWorldModel"],
"model_type": "hello-world",
"vocab_size": 2,
"bos_token_id": 0,
"eos_token_id": 1,
"pad_token_id": 0,
"unk_token_id": 0,
"do_lower_case": false,
"special_tokens_map_file": null
}