Upload folder using huggingface_hub
Browse files- README.md +8 -2
 - config.json +24 -0
 - model.safetensors +3 -0
 
    	
        README.md
    CHANGED
    
    | 
         @@ -1,3 +1,9 @@ 
     | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
            -
             
     | 
| 3 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 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,24 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "action_horizon": 24,
         
     | 
| 3 | 
         
            +
              "cnn_config": {
         
     | 
| 4 | 
         
            +
                "dropout": 0.0,
         
     | 
| 5 | 
         
            +
                "hidden_size": 256,
         
     | 
| 6 | 
         
            +
                "output_size": 256
         
     | 
| 7 | 
         
            +
              },
         
     | 
| 8 | 
         
            +
              "codebook_cost": 0.0,
         
     | 
| 9 | 
         
            +
              "codebook_restart_interval": 64,
         
     | 
| 10 | 
         
            +
              "commitment_cost": 0.25,
         
     | 
| 11 | 
         
            +
              "embedding_dim": 32,
         
     | 
| 12 | 
         
            +
              "input_dim": {
         
     | 
| 13 | 
         
            +
                "grip": 2,
         
     | 
| 14 | 
         
            +
                "pos": 6,
         
     | 
| 15 | 
         
            +
                "rot": 12
         
     | 
| 16 | 
         
            +
              },
         
     | 
| 17 | 
         
            +
              "local_rank": 0,
         
     | 
| 18 | 
         
            +
              "n_codebooks": {
         
     | 
| 19 | 
         
            +
                "grip": 1,
         
     | 
| 20 | 
         
            +
                "pos": 6,
         
     | 
| 21 | 
         
            +
                "rot": 2
         
     | 
| 22 | 
         
            +
              },
         
     | 
| 23 | 
         
            +
              "num_embeddings": 1024
         
     | 
| 24 | 
         
            +
            }
         
     | 
    	
        model.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:cbad6786f6e21f332c3da1f17af10f8873536cdf2534d488291a3a0866d79f93
         
     | 
| 3 | 
         
            +
            size 1745474512
         
     |