updated models and config
#5
by
						
kashif
	
							HF Staff
						- opened
							
					
- config.json +4 -2
- pytorch_model.bin +2 -2
    	
        config.json
    CHANGED
    
    | @@ -1,4 +1,5 @@ | |
| 1 | 
             
            {
         | 
|  | |
| 2 | 
             
              "activation_dropout": 0.1,
         | 
| 3 | 
             
              "activation_function": "gelu",
         | 
| 4 | 
             
              "architectures": [
         | 
| @@ -23,6 +24,7 @@ | |
| 23 | 
             
              "encoder_ffn_dim": 32,
         | 
| 24 | 
             
              "encoder_layerdrop": 0.1,
         | 
| 25 | 
             
              "encoder_layers": 2,
         | 
|  | |
| 26 | 
             
              "init_std": 0.02,
         | 
| 27 | 
             
              "input_size": 1,
         | 
| 28 | 
             
              "is_encoder_decoder": true,
         | 
| @@ -49,11 +51,11 @@ | |
| 49 | 
             
              "num_dynamic_real_features": 0,
         | 
| 50 | 
             
              "num_parallel_samples": 100,
         | 
| 51 | 
             
              "num_static_categorical_features": 1,
         | 
| 52 | 
            -
              "num_static_real_features":  | 
| 53 | 
             
              "num_time_features": 2,
         | 
| 54 | 
             
              "prediction_length": 24,
         | 
| 55 | 
             
              "scaling": true,
         | 
| 56 | 
             
              "torch_dtype": "float32",
         | 
| 57 | 
            -
              "transformers_version": "4. | 
| 58 | 
             
              "use_cache": true
         | 
| 59 | 
             
            }
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
            +
              "_name_or_path": "huggingface/time-series-transformer-tourism-monthly",
         | 
| 3 | 
             
              "activation_dropout": 0.1,
         | 
| 4 | 
             
              "activation_function": "gelu",
         | 
| 5 | 
             
              "architectures": [
         | 
|  | |
| 24 | 
             
              "encoder_ffn_dim": 32,
         | 
| 25 | 
             
              "encoder_layerdrop": 0.1,
         | 
| 26 | 
             
              "encoder_layers": 2,
         | 
| 27 | 
            +
              "feature_size": 27,
         | 
| 28 | 
             
              "init_std": 0.02,
         | 
| 29 | 
             
              "input_size": 1,
         | 
| 30 | 
             
              "is_encoder_decoder": true,
         | 
|  | |
| 51 | 
             
              "num_dynamic_real_features": 0,
         | 
| 52 | 
             
              "num_parallel_samples": 100,
         | 
| 53 | 
             
              "num_static_categorical_features": 1,
         | 
| 54 | 
            +
              "num_static_real_features": 1,
         | 
| 55 | 
             
              "num_time_features": 2,
         | 
| 56 | 
             
              "prediction_length": 24,
         | 
| 57 | 
             
              "scaling": true,
         | 
| 58 | 
             
              "torch_dtype": "float32",
         | 
| 59 | 
            +
              "transformers_version": "4.27.0.dev0",
         | 
| 60 | 
             
              "use_cache": true
         | 
| 61 | 
             
            }
         | 
    	
        pytorch_model.bin
    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:ff022cd0c0355309464e35ff787ce7274d28ef7913f1fae323cbb9215bb1eaa4
         | 
| 3 | 
            +
            size 152346
         | 
