Update config.json
Browse files- config.json +2 -2
 
    	
        config.json
    CHANGED
    
    | 
         @@ -13,7 +13,7 @@ 
     | 
|
| 13 | 
         
             
              "decoder_ffn_dim": 256,
         
     | 
| 14 | 
         
             
              "decoder_layerdrop": 0.1,
         
     | 
| 15 | 
         
             
              "decoder_layers": 8,
         
     | 
| 16 | 
         
            -
              "distil":  
     | 
| 17 | 
         
             
              "distribution_output": "student_t",
         
     | 
| 18 | 
         
             
              "dropout": 0.2,
         
     | 
| 19 | 
         
             
              "embedding_dimension": [
         
     | 
| 
         @@ -79,4 +79,4 @@ 
     | 
|
| 79 | 
         
             
              "scaling": null,
         
     | 
| 80 | 
         
             
              "transformers_version": "4.34.0",
         
     | 
| 81 | 
         
             
              "use_cache": true
         
     | 
| 82 | 
         
            -
            }
         
     | 
| 
         | 
|
| 13 | 
         
             
              "decoder_ffn_dim": 256,
         
     | 
| 14 | 
         
             
              "decoder_layerdrop": 0.1,
         
     | 
| 15 | 
         
             
              "decoder_layers": 8,
         
     | 
| 16 | 
         
            +
              "distil": true,
         
     | 
| 17 | 
         
             
              "distribution_output": "student_t",
         
     | 
| 18 | 
         
             
              "dropout": 0.2,
         
     | 
| 19 | 
         
             
              "embedding_dimension": [
         
     | 
| 
         | 
|
| 79 | 
         
             
              "scaling": null,
         
     | 
| 80 | 
         
             
              "transformers_version": "4.34.0",
         
     | 
| 81 | 
         
             
              "use_cache": true
         
     | 
| 82 | 
         
            +
            }
         
     |