Inputs
| Parameter | Data Type | Description |
|---|---|---|
model1 | MODEL | The base model from which parameters will be subtracted. |
model2 | MODEL | The model whose parameters will be subtracted from the base model. |
multiplier | FLOAT | A floating-point value that scales the subtraction effect on the base model’s parameters. |
Outputs
| Parameter | Data Type | Description |
|---|---|---|
model | MODEL | The resulting model after subtracting the parameters of one model from another, scaled by the multiplier. |