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": "depth_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:55c1ada716352ef1ac589a75ca8d3eb4414a3ef20169d1a159066b3b59208e75
         | 
| 3 | 
            +
            size 733310864
         | 
