Push model using huggingface_hub.
Browse files- README.md +9 -0
 - config.json +22 -0
 - model.safetensors +3 -0
 
    	
        README.md
    ADDED
    
    | 
         @@ -0,0 +1,9 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            tags:
         
     | 
| 3 | 
         
            +
            - model_hub_mixin
         
     | 
| 4 | 
         
            +
            - pytorch_model_hub_mixin
         
     | 
| 5 | 
         
            +
            ---
         
     | 
| 6 | 
         
            +
             
     | 
| 7 | 
         
            +
            This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
         
     | 
| 8 | 
         
            +
            - Library: [More Information Needed]
         
     | 
| 9 | 
         
            +
            - Docs: [More Information Needed]
         
     | 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,22 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "context_len": 120,
         
     | 
| 3 | 
         
            +
              "depth": 8,
         
     | 
| 4 | 
         
            +
              "dim_conds": [
         
     | 
| 5 | 
         
            +
                1024,
         
     | 
| 6 | 
         
            +
                1024
         
     | 
| 7 | 
         
            +
              ],
         
     | 
| 8 | 
         
            +
              "dim_joint_attn": 1024,
         
     | 
| 9 | 
         
            +
              "dim_modalities": [
         
     | 
| 10 | 
         
            +
                1024,
         
     | 
| 11 | 
         
            +
                1024
         
     | 
| 12 | 
         
            +
              ],
         
     | 
| 13 | 
         
            +
              "flash_attn": true,
         
     | 
| 14 | 
         
            +
              "image_depth": 6,
         
     | 
| 15 | 
         
            +
              "img_channels": 4,
         
     | 
| 16 | 
         
            +
              "img_resolution": 32,
         
     | 
| 17 | 
         
            +
              "patch_size": 2,
         
     | 
| 18 | 
         
            +
              "project_hidden": false,
         
     | 
| 19 | 
         
            +
              "qk_rmsnorm": true,
         
     | 
| 20 | 
         
            +
              "text_depth": 6,
         
     | 
| 21 | 
         
            +
              "vocab_size": 49409
         
     | 
| 22 | 
         
            +
            }
         
     | 
    	
        model.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:fec136fc83bb587ac3ce3a0f3dfad9453250e97b56d2033a326a07aac94c8aad
         
     | 
| 3 | 
         
            +
            size 2314426532
         
     |