File size: 1,208 Bytes
a37b388 |
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 |
{
"alpha_entropy": 0.1,
"alpha_sparsity": 0.1,
"architectures": [
"PULSAR"
],
"attention_probs_dropout_prob": 0.1,
"cell_state_size": 256,
"classifier_dropout": null,
"cls_transform": false,
"contrastive_loss_weight": 1.0,
"coordinated_masking_program_path": null,
"decoder_intermediate_size": 4096,
"decoder_loop_num": 1,
"decoder_num_attention_heads": 8,
"decoder_num_hidden_layers": 6,
"dtype": "float32",
"element_mask_ratio": 0.85,
"element_mask_strategy": "correlated_program",
"encoder_intermediate_size": 4096,
"encoder_num_attention_heads": 8,
"encoder_num_hidden_layers": 8,
"encoder_ratio": 0.15,
"expansion_factor": 4,
"feed_cls_only": true,
"frozen": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 512,
"initializer_range": 0.02,
"input_size": 1280,
"layer_norm_eps": 1e-12,
"mask_hidden_size": 512,
"model_name": null,
"model_type": "PULSAR",
"noise_norm": false,
"num_masks": 10,
"pca_model_path": null,
"recon_loss_weight": 0.1,
"resample_decoding": false,
"seq_length": 1024,
"transformers_version": "4.57.0",
"use_cache": true,
"use_cell_state": false,
"use_decoder": true
}
|