File size: 2,097 Bytes
31993ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "architectures": [
    "SpotRnaModel"
  ],
  "bos_token_id": 1,
  "conv_dropout": 0.25,
  "dtype": "float32",
  "eos_token_id": 2,
  "fc_dropout": 0.5,
  "hidden_act": "relu",
  "id2label": null,
  "input_channels": 8,
  "label2id": null,
  "mask_token_id": 4,
  "model_type": "spotrna",
  "module_configs": [
    {
      "blstm_hidden_size": 200,
      "conv_channels": 48,
      "dilation_cycle": 5,
      "fc_act": null,
      "fc_hidden_size": 512,
      "hidden_act": "relu",
      "num_blstm_blocks": 0,
      "num_conv_blocks": 16,
      "num_fc_blocks": 2,
      "output_act": "relu",
      "use_dilation": false
    },
    {
      "blstm_hidden_size": 200,
      "conv_channels": 64,
      "dilation_cycle": 5,
      "fc_act": null,
      "fc_hidden_size": 512,
      "hidden_act": "relu",
      "num_blstm_blocks": 0,
      "num_conv_blocks": 20,
      "num_fc_blocks": 1,
      "output_act": "relu",
      "use_dilation": false
    },
    {
      "blstm_hidden_size": 200,
      "conv_channels": 64,
      "dilation_cycle": 5,
      "fc_act": null,
      "fc_hidden_size": 512,
      "hidden_act": "relu",
      "num_blstm_blocks": 0,
      "num_conv_blocks": 30,
      "num_fc_blocks": 1,
      "output_act": "relu",
      "use_dilation": false
    },
    {
      "blstm_hidden_size": 200,
      "conv_channels": 64,
      "dilation_cycle": 5,
      "fc_act": null,
      "fc_hidden_size": 512,
      "hidden_act": "elu",
      "num_blstm_blocks": 1,
      "num_conv_blocks": 30,
      "num_fc_blocks": 0,
      "output_act": "relu",
      "use_dilation": false
    },
    {
      "blstm_hidden_size": 200,
      "conv_channels": 64,
      "dilation_cycle": 5,
      "fc_act": "elu",
      "fc_hidden_size": 512,
      "hidden_act": "relu",
      "num_blstm_blocks": 0,
      "num_conv_blocks": 30,
      "num_fc_blocks": 1,
      "output_act": "elu",
      "use_dilation": true
    }
  ],
  "null_token_id": 5,
  "num_labels": 1,
  "pad_token_id": 0,
  "threshold": 0.335,
  "tie_word_embeddings": true,
  "transformers_version": "5.7.0",
  "unk_token_id": 3,
  "vocab_size": 5
}