ufold / config.json
ZhiyuanChen's picture
Upload folder using huggingface_hub
6e6578d verified
{
"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
}