File size: 1,533 Bytes
32d8c58 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | {
"architecture": {
"attention_variant": "MHA",
"family": "masked_lm",
"is_moe": false,
"positional": "rope",
"tie_word_embeddings": true,
"view": "encoder"
},
"capabilities": {
"attention_backends": [
"eager"
],
"attention_patterns": [
"bidirectional"
],
"attention_schedule": null,
"task_heads": [
"masked_lm",
"sequence_classification",
"token_classification"
],
"tensor_parallel": false
},
"components": [],
"config": {
"class_name": "EsmConfig",
"model_type": "esm",
"module": "transformers.models.esm.configuration_esm",
"referenced_fields": {},
"salient_fields": {
"hidden_size": 768,
"intermediate_size": 3072,
"is_encoder_decoder": false,
"max_position_embeddings": 1026,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"tie_word_embeddings": true
}
},
"edges": [],
"extends": null,
"model_type": "esm",
"provenance": {
"config_class": "EsmConfig",
"config_module": "transformers.models.esm.configuration_esm",
"model_class": null,
"model_module": null
},
"repeats": [],
"schema_version": "architecture-template-v0",
"status": "config_only",
"templates": [],
"warnings": [
"meta build failed (TypeError): empty() received an invalid combination of arguments - got (tuple, dtype=NoneType, device=NoneType), but expected one of:\n * (tuple of ints size, *, tuple of names names, torch.memory_format memory_fo"
]
}
|