Pranjal12345 commited on
Commit
756b621
·
1 Parent(s): d3971ae
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -7,5 +7,13 @@
7
  "4": "engaged",
8
  "5": "frustated"
9
  },
10
- "model_type": "vit_b_16"
 
 
 
 
 
 
 
 
11
  }
 
7
  "4": "engaged",
8
  "5": "frustated"
9
  },
10
+ "model_type": "vit",
11
+ "_name_or_path": [
12
+ "google/vit-base-patch16-224-in21k"
13
+ ],
14
+ "architectures": [
15
+ [
16
+ "ViTForImageClassification"
17
+ ]
18
+ ]
19
  }