File size: 872 Bytes
6e6578d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "allow_noncanonical": false,
  "architectures": [
    "UfoldModel"
  ],
  "batch_norm_eps": 1e-05,
  "batch_norm_momentum": 0.1,
  "bos_token_id": 1,
  "channel_sizes": [
    32,
    64,
    128,
    256,
    512
  ],
  "dtype": "float32",
  "eos_token_id": 2,
  "id2label": null,
  "input_channels": 17,
  "label2id": null,
  "mask_token_id": 4,
  "min_size": 80,
  "model_type": "ufold",
  "null_token_id": 5,
  "num_labels": 1,
  "output_channels": 1,
  "pad_token_id": 0,
  "pos_weight": 300.0,
  "postprocess_iterations": 100,
  "postprocess_lr_max": 0.1,
  "postprocess_lr_min": 0.01,
  "postprocess_rho": 1.6,
  "postprocess_s": 2.1972245773362196,
  "postprocess_with_l1": true,
  "size_multiple": 16,
  "threshold": 0.5,
  "tie_word_embeddings": true,
  "transformers_version": "5.4.0",
  "unk_token_id": 3,
  "use_postprocessing": false,
  "vocab_size": 5
}