Add cellwise_use_bias=True parameter
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
"mask_ratio": 0.5,
|
| 13 |
"add_zero": true,
|
| 14 |
"pad_zero": false,
|
|
|
|
| 15 |
"label": false,
|
| 16 |
"num_cls": null,
|
| 17 |
"lora": 0,
|
|
|
|
| 12 |
"mask_ratio": 0.5,
|
| 13 |
"add_zero": true,
|
| 14 |
"pad_zero": false,
|
| 15 |
+
"cellwise_use_bias": true,
|
| 16 |
"label": false,
|
| 17 |
"num_cls": null,
|
| 18 |
"lora": 0,
|