File size: 201 Bytes
564a04a | 1 2 3 4 5 6 7 8 9 10 | {
"architectures": ["RobertaModel"],
"model_type": "roberta",
"hidden_size": 768,
"num_attention_heads": 12,
"num_hidden_layers": 6,
"vocab_size": 50265,
"max_position_embeddings": 514
}
|