updated weight and config argument weights
#6
by
						
kashif
	
							HF Staff
						- opened
							
					
- config.json +6 -6
- model.safetensors +2 -2
    	
        config.json
    CHANGED
    
    | @@ -3,20 +3,20 @@ | |
| 3 | 
             
                "TimesFmModelForPrediction"
         | 
| 4 | 
             
              ],
         | 
| 5 | 
             
              "attention_dropout": 0.0,
         | 
| 6 | 
            -
              " | 
| 7 | 
             
              "freq_size": 3,
         | 
| 8 | 
             
              "head_dim": 80,
         | 
| 9 | 
            -
              " | 
|  | |
| 10 | 
             
              "initializer_range": 0.02,
         | 
| 11 | 
             
              "intermediate_size": 1280,
         | 
| 12 | 
             
              "max_timescale": 10000,
         | 
| 13 | 
             
              "min_timescale": 1,
         | 
| 14 | 
            -
              "model_dim": 1280,
         | 
| 15 | 
             
              "model_type": "timesfm",
         | 
| 16 | 
            -
              " | 
| 17 | 
            -
              " | 
| 18 | 
             
              "pad_val": 1123581321.0,
         | 
| 19 | 
            -
              " | 
| 20 | 
             
              "quantiles": [
         | 
| 21 | 
             
                0.1,
         | 
| 22 | 
             
                0.2,
         | 
|  | |
| 3 | 
             
                "TimesFmModelForPrediction"
         | 
| 4 | 
             
              ],
         | 
| 5 | 
             
              "attention_dropout": 0.0,
         | 
| 6 | 
            +
              "context_length": 512,
         | 
| 7 | 
             
              "freq_size": 3,
         | 
| 8 | 
             
              "head_dim": 80,
         | 
| 9 | 
            +
              "hidden_size": 1280,
         | 
| 10 | 
            +
              "horizon_length": 128,
         | 
| 11 | 
             
              "initializer_range": 0.02,
         | 
| 12 | 
             
              "intermediate_size": 1280,
         | 
| 13 | 
             
              "max_timescale": 10000,
         | 
| 14 | 
             
              "min_timescale": 1,
         | 
|  | |
| 15 | 
             
              "model_type": "timesfm",
         | 
| 16 | 
            +
              "num_attention_heads": 16,
         | 
| 17 | 
            +
              "num_hidden_layers": 50,
         | 
| 18 | 
             
              "pad_val": 1123581321.0,
         | 
| 19 | 
            +
              "patch_length": 32,
         | 
| 20 | 
             
              "quantiles": [
         | 
| 21 | 
             
                0.1,
         | 
| 22 | 
             
                0.2,
         | 
    	
        model.safetensors
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:bb9d7022d8027325f4e656b7d5cf36dd919269fd79ad714eab41f5ba49cc1cfe
         | 
| 3 | 
            +
            size 1995406976
         | 
