weihao1115
commited on
Commit
•
7e40105
1
Parent(s):
f145ce3
Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +12 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: mask-generation
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/weihao1115/mm-sam
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "vit_b",
|
3 |
+
"sfg_ckpt_path": null,
|
4 |
+
"sfg_filter_num": 1,
|
5 |
+
"sfg_filter_type": "conv2d",
|
6 |
+
"sfg_intermediate_channels": 32,
|
7 |
+
"x_channel_num": 1,
|
8 |
+
"x_data_field": "thermal_images",
|
9 |
+
"x_encoder_ckpt_path": null,
|
10 |
+
"x_lora_rank": 4,
|
11 |
+
"x_norm_type": "mean-std"
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9765ebf07deae8b8ebb1540981f07d260492d97a12bb185f599d163c1683cb8f
|
3 |
+
size 733310864
|