File size: 867 Bytes
f99a197 |
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 |
{
"architectures": [
"SpliceAiModel"
],
"batch_norm_eps": 0.001,
"batch_norm_momentum": 0.01,
"bos_token_id": 1,
"context": 10000,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout": 0.1,
"hidden_size": 32,
"id2label": null,
"label2id": null,
"mask_token_id": 4,
"model_type": "spliceai",
"null_token_id": 5,
"num_labels": 3,
"output_contexts": false,
"pad_token_id": 0,
"stages": [
{
"dilation": 1,
"kernel_size": 11,
"num_blocks": 4
},
{
"dilation": 4,
"kernel_size": 11,
"num_blocks": 4
},
{
"dilation": 10,
"kernel_size": 21,
"num_blocks": 4
},
{
"dilation": 25,
"kernel_size": 41,
"num_blocks": 4
}
],
"torch_dtype": "float32",
"transformers_version": "4.50.0",
"unk_token_id": 3,
"vocab_size": 4
}
|