Upload folder using huggingface_hub
Browse files- config.json +37 -0
- model.safetensors +3 -0
- onnx/model.onnx +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,37 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "edbeeching/decision-transformer-gym-halfcheetah-medium",
         | 
| 3 | 
            +
              "act_dim": 6,
         | 
| 4 | 
            +
              "action_tanh": true,
         | 
| 5 | 
            +
              "activation_function": "relu",
         | 
| 6 | 
            +
              "architectures": [
         | 
| 7 | 
            +
                "DecisionTransformerModel"
         | 
| 8 | 
            +
              ],
         | 
| 9 | 
            +
              "attn_pdrop": 0.1,
         | 
| 10 | 
            +
              "bos_token_id": 50256,
         | 
| 11 | 
            +
              "embd_pdrop": 0.1,
         | 
| 12 | 
            +
              "eos_token_id": 50256,
         | 
| 13 | 
            +
              "hidden_size": 128,
         | 
| 14 | 
            +
              "initializer_range": 0.02,
         | 
| 15 | 
            +
              "layer_norm_epsilon": 1e-05,
         | 
| 16 | 
            +
              "max_ep_len": 1000,
         | 
| 17 | 
            +
              "model_type": "decision_transformer",
         | 
| 18 | 
            +
              "n_embd": 768,
         | 
| 19 | 
            +
              "n_head": 1,
         | 
| 20 | 
            +
              "n_inner": null,
         | 
| 21 | 
            +
              "n_layer": 3,
         | 
| 22 | 
            +
              "n_positions": 1024,
         | 
| 23 | 
            +
              "reorder_and_upcast_attn": false,
         | 
| 24 | 
            +
              "resid_pdrop": 0.1,
         | 
| 25 | 
            +
              "scale_attn_by_inverse_layer_idx": false,
         | 
| 26 | 
            +
              "scale_attn_weights": true,
         | 
| 27 | 
            +
              "state_dim": 17,
         | 
| 28 | 
            +
              "summary_activation": null,
         | 
| 29 | 
            +
              "summary_first_dropout": 0.1,
         | 
| 30 | 
            +
              "summary_proj_to_labels": true,
         | 
| 31 | 
            +
              "summary_type": "cls_index",
         | 
| 32 | 
            +
              "summary_use_proj": true,
         | 
| 33 | 
            +
              "torch_dtype": "float32",
         | 
| 34 | 
            +
              "transformers_version": "4.41.2",
         | 
| 35 | 
            +
              "use_cache": true,
         | 
| 36 | 
            +
              "vocab_size": 1
         | 
| 37 | 
            +
            }
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d17f37be2d93179c91ea5e968d05f06d0d743e228fcd377951b16529a798bf58
         | 
| 3 | 
            +
            size 3449272
         | 
    	
        onnx/model.onnx
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:38a2886c8b4dc06556824f18c0028de23f81cae6aae8fa8ab982bcc00b302466
         | 
| 3 | 
            +
            size 4607511
         | 

