galbitang commited on
Commit
de67048
1 Parent(s): ff66bb9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -38,13 +38,13 @@
38
  "vintageretro": "10"
39
  },
40
  "layer_norm_eps": 1e-12,
41
- "max_length": 128,
42
  "model_type": "vit",
43
  "num_attention_heads": 12,
44
  "num_channels": 3,
45
  "num_hidden_layers": 12,
46
  "padding": "max_length",
47
- "patch_size": 16,
48
  "problem_type": "single_label_classification",
49
  "qkv_bias": true,
50
  "torch_dtype": "float32",
 
38
  "vintageretro": "10"
39
  },
40
  "layer_norm_eps": 1e-12,
41
+ "max_length": 0,
42
  "model_type": "vit",
43
  "num_attention_heads": 12,
44
  "num_channels": 3,
45
  "num_hidden_layers": 12,
46
  "padding": "max_length",
47
+ "patch_size": 64,
48
  "problem_type": "single_label_classification",
49
  "qkv_bias": true,
50
  "torch_dtype": "float32",