modelplus commited on
Commit
d4b692c
·
verified ·
1 Parent(s): b1675c1

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "call",
12
+ "1": "dislike",
13
+ "2": "fist",
14
+ "3": "four",
15
+ "4": "like",
16
+ "5": "mute",
17
+ "6": "ok",
18
+ "7": "one",
19
+ "8": "palm",
20
+ "9": "peace",
21
+ "10": "peace_inverted",
22
+ "11": "rock",
23
+ "12": "stop",
24
+ "13": "stop_inverted",
25
+ "14": "three",
26
+ "15": "three2",
27
+ "16": "two_up",
28
+ "17": "two_up_inverted"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "call": 0,
35
+ "dislike": 1,
36
+ "fist": 2,
37
+ "four": 3,
38
+ "like": 4,
39
+ "mute": 5,
40
+ "ok": 6,
41
+ "one": 7,
42
+ "palm": 8,
43
+ "peace": 9,
44
+ "peace_inverted": 10,
45
+ "rock": 11,
46
+ "stop": 12,
47
+ "stop_inverted": 13,
48
+ "three": 14,
49
+ "three2": 15,
50
+ "two_up": 16,
51
+ "two_up_inverted": 17
52
+ },
53
+ "layer_norm_eps": 1e-12,
54
+ "model_type": "vit",
55
+ "num_attention_heads": 12,
56
+ "num_channels": 3,
57
+ "num_hidden_layers": 12,
58
+ "patch_size": 16,
59
+ "problem_type": "single_label_classification",
60
+ "qkv_bias": true,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.41.0"
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28cbc8f80f20faaa6377720c8779bac9ffb247cb28669335e20b6a86b6a067f2
3
+ size 343273192
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a483b700d1db8465398229b39c6e16143d15807feeb9447d2b4c42b8d769e48
3
+ size 5048