Training in progress, step 500
Browse files- config.json +5 -3
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -14,16 +14,18 @@
|
|
14 |
"_attn_implementation_autoset": true,
|
15 |
"initializer_factor": 1.0,
|
16 |
"model_type": "blip_text_model",
|
17 |
-
"num_attention_heads": 12
|
|
|
18 |
},
|
19 |
"torch_dtype": "float32",
|
20 |
-
"transformers_version": "4.
|
21 |
"vision_config": {
|
22 |
"_attn_implementation_autoset": true,
|
23 |
"dropout": 0.0,
|
24 |
"initializer_factor": 1.0,
|
25 |
"initializer_range": 0.02,
|
26 |
"model_type": "blip_vision_model",
|
27 |
-
"num_channels": 3
|
|
|
28 |
}
|
29 |
}
|
|
|
14 |
"_attn_implementation_autoset": true,
|
15 |
"initializer_factor": 1.0,
|
16 |
"model_type": "blip_text_model",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"torch_dtype": "float32"
|
19 |
},
|
20 |
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.49.0",
|
22 |
"vision_config": {
|
23 |
"_attn_implementation_autoset": true,
|
24 |
"dropout": 0.0,
|
25 |
"initializer_factor": 1.0,
|
26 |
"initializer_range": 0.02,
|
27 |
"model_type": "blip_vision_model",
|
28 |
+
"num_channels": 3,
|
29 |
+
"torch_dtype": "float32"
|
30 |
}
|
31 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 989717056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3cc0f1824b327dee1bdac2e10ed11216e178f666f9d69d6bfe4a7301f836756
|
3 |
size 989717056
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fe2da682ffd1626c3476d31413efcf2d07aa73d5c6581465fe4ccdd3803a707
|
3 |
size 5304
|