andrewprayle
commited on
Commit
•
009706c
1
Parent(s):
1e8a978
Upload model
Browse files- config.json +23 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/sam-vit-base",
|
3 |
+
"architectures": [
|
4 |
+
"SamModel"
|
5 |
+
],
|
6 |
+
"initializer_range": 0.02,
|
7 |
+
"mask_decoder_config": {
|
8 |
+
"model_type": ""
|
9 |
+
},
|
10 |
+
"model_type": "sam",
|
11 |
+
"prompt_encoder_config": {
|
12 |
+
"model_type": ""
|
13 |
+
},
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.35.2",
|
16 |
+
"vision_config": {
|
17 |
+
"dropout": 0.0,
|
18 |
+
"initializer_factor": 1.0,
|
19 |
+
"intermediate_size": 6144,
|
20 |
+
"model_type": "",
|
21 |
+
"projection_dim": 512
|
22 |
+
}
|
23 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8e5da397afef5c97a4800b6b095bd62aa91ecb8e2eb9fd65efe3597b59de02e
|
3 |
+
size 374979376
|