Image Classification
fastai
timm
iloncka commited on
Commit
8b48759
1 Parent(s): 060da36

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -1,8 +1,6 @@
1
  {
2
  "_name_or_path": "iloncka/vit_tiny_patch16_224_2",
3
- "architecture": [
4
- "ViTForImageClassification"
5
- ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.0,
 
1
  {
2
  "_name_or_path": "iloncka/vit_tiny_patch16_224_2",
3
+ "architecture": "ViTForImageClassification",
 
 
4
  "attention_probs_dropout_prob": 0.0,
5
  "hidden_act": "gelu",
6
  "hidden_dropout_prob": 0.0,