File size: 341 Bytes
b003d9b a42c485 7620b18 b003d9b 761f012 b003d9b a42c485 9a27a9d a42c485 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"architectures": [
"EmbeddingMoE"
],
"model_type": "embedding_moe",
"base_model": "bert-base-uncased",
"output_dim": 256,
"dropout_rate": 0.1,
"num_experts": 2,
"hidden_dim": 256,
"auto_map": {
"AutoModel": "model.EmbeddingMoE",
"AutoConfig": "model.EmbeddingMoEConfig"
}
} |