gpn-plant-promoter-v1 / config.json
gonzalobenegas's picture
Upload ConvNetForMaskedLM
aee637e verified
raw
history blame contribute delete
516 Bytes
{
"_name_or_path": "./",
"architectures": [
"ConvNetForMaskedLM"
],
"aux_features_vocab_size": 5,
"dilation_base": 2,
"dilation_cycle": 6,
"dilation_double_every": 1,
"dilation_max": 32,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 512,
"initializer_range": 0.02,
"kernel_size": 9,
"model_type": "ConvNet",
"n_aux_features": 0,
"n_layers": 25,
"regression_softplus": false,
"torch_dtype": "float32",
"transformers_version": "4.49.0",
"vocab_size": 7
}