Pranjal12345 commited on
Commit
ee07719
·
1 Parent(s): 5b6d19f
Files changed (3) hide show
  1. config.json +11 -0
  2. preprocessor_config.json +19 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id2label": {
3
+ "0": "Looking Away",
4
+ "1": "bored",
5
+ "2": "confused",
6
+ "3": "drowsy",
7
+ "4": "engaged",
8
+ "5": "frustated"
9
+ },
10
+ "model_type": "vit"
11
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [
5
+ 0.485,
6
+ 0.456,
7
+ 0.406
8
+ ],
9
+ "image_processor_type": "ViTImageProcessor",
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "size": {
16
+ "height": 256,
17
+ "width": 256
18
+ }
19
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6df89e32ecde72e730303f864de95dceb7ab8f5e7d736bc678981168e9c4a22
3
+ size 343273837