unixcoder_new / config.json
HuyTran1301's picture
Upload folder using huggingface_hub
4a0372f verified
raw
history blame contribute delete
178 Bytes
{
"model_name_or_path": "microsoft/unixcoder-base",
"max_length": 64,
"hidden_size": 768,
"vocab_size": 51416,
"sos_id": 0,
"eos_id": 2,
"pad_id": 1
}