Xrenya commited on
Commit
92ec1b9
·
verified ·
1 Parent(s): b132e14

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
- "_name_or_path": "Zetatech/pvt-small-224",
3
  "architectures": [
4
  "PvtForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "depths": [
8
- 3,
9
- 4,
10
- 6,
11
- 3
12
  ],
13
  "drop_path_rate": 0.0,
14
  "hidden_act": "gelu",
 
1
  {
2
+ "_name_or_path": "Zetatech/pvt-tiny-224",
3
  "architectures": [
4
  "PvtForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "depths": [
8
+ 2,
9
+ 2,
10
+ 2,
11
+ 2
12
  ],
13
  "drop_path_rate": 0.0,
14
  "hidden_act": "gelu",