vicpada commited on
Commit
bf67f28
·
verified ·
1 Parent(s): 77b69f6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -1 +1,6 @@
1
- {"in_features": 384, "out_features": 384, "bias": true}
 
 
 
 
 
 
1
+ {
2
+ "in_features": 384,
3
+ "out_features": 384,
4
+ "bias": true,
5
+ "model_type": "bert"
6
+ }