Translation-700M / config.json
MinsuChae's picture
Upload folder using huggingface_hub
72ea614 verified
raw
history blame contribute delete
342 Bytes
{
"model_type": "translation",
"architectures": [
"TranslationModel"
],
"vocab_size": 32000,
"max_position_embeddings": 1024,
"hidden_size": 1024,
"num_hidden_layers": 40,
"num_attention_heads": 16,
"intermediate_size": 4096,
"hidden_dropout_prob": 0.1,
"pad_token_id": 0,
"bos_token_id": 13,
"eos_token_id": 2
}