reneepr commited on
Commit
ae4b8ab
·
verified ·
1 Parent(s): 7fb8a59

Upload BLIP-2 vision encoder + classifier head + processor

Browse files
Files changed (2) hide show
  1. config.json +4 -10
  2. model.safetensors +2 -2
config.json CHANGED
@@ -7,22 +7,16 @@
7
  "hidden_act": "gelu",
8
  "hidden_size": 1408,
9
  "id2label": {
10
- "0": "extracting_part",
11
- "1": "no_action",
12
- "2": "storing_part",
13
- "3": "unplugging_connector",
14
- "4": "unscrewing"
15
  },
16
  "image_size": 224,
17
  "initializer_factor": 1.0,
18
  "initializer_range": 1e-10,
19
  "intermediate_size": 6144,
20
  "label2id": {
21
- "extracting_part": 0,
22
- "no_action": 1,
23
- "storing_part": 2,
24
- "unplugging_connector": 3,
25
- "unscrewing": 4
26
  },
27
  "layer_norm_eps": 1e-06,
28
  "model_type": "blip_2_vision_model",
 
7
  "hidden_act": "gelu",
8
  "hidden_size": 1408,
9
  "id2label": {
10
+ "0": "idle_time",
11
+ "1": "unplugging_connector"
 
 
 
12
  },
13
  "image_size": 224,
14
  "initializer_factor": 1.0,
15
  "initializer_range": 1e-10,
16
  "intermediate_size": 6144,
17
  "label2id": {
18
+ "idle_time": 0,
19
+ "unplugging_connector": 1
 
 
 
20
  },
21
  "layer_norm_eps": 1e-06,
22
  "model_type": "blip_2_vision_model",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d756aa39ac838743f1b3496160fac211ceb13c3aa339fc63894f3081d02d051
3
- size 3943889140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4e7dec7b8fcb48c104d161338fb98c9a3ec8269089b07e0db1d770308060ef
3
+ size 3943872232