bert-base-squadv1-pruneofa-90pc-bt / pruning_config.json
Chua, Vui Seng
Add collaterals
437729a
raw
history blame contribute delete
402 Bytes
{
"explicit_prune": {},
"init_strategy": "uniform",
"initial_step": 0,
"not_to_prune": [
"qa_outputs",
"pooler",
"teacher"
],
"prune_layer_types": {
"Linear": {
"name": "weight"
},
"QuantizedLinear": {
"name": "weight"
}
},
"pruning_fn": "pattern_lock",
"pruning_fn_default_kwargs": {},
"scheduler": "one_shot",
"weight_sparsity_map": {}
}