Upload config_layer_9.json with huggingface_hub
Browse files- config_layer_9.json +5 -5
 
    	
        config_layer_9.json
    CHANGED
    
    | 
         @@ -1,13 +1,13 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
                "layer": 9,
         
     | 
| 3 | 
         
             
                "model_type": "GatedSAE",
         
     | 
| 4 | 
         
            -
                "n_batches":  
     | 
| 5 | 
         
             
                "l1_coefficient": 2.5,
         
     | 
| 6 | 
         
             
                "projection_up": 16,
         
     | 
| 7 | 
         
             
                "batch_size": 64,
         
     | 
| 8 | 
         
             
                "learning_rate": 0.001,
         
     | 
| 9 | 
         
            -
                "test_loss":  
     | 
| 10 | 
         
            -
                "reconstruction_error":  
     | 
| 11 | 
         
            -
                "l0_loss":  
     | 
| 12 | 
         
            -
                "dead_neurons_percentage":  
     | 
| 13 | 
         
             
            }
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
                "layer": 9,
         
     | 
| 3 | 
         
             
                "model_type": "GatedSAE",
         
     | 
| 4 | 
         
            +
                "n_batches": 2500,
         
     | 
| 5 | 
         
             
                "l1_coefficient": 2.5,
         
     | 
| 6 | 
         
             
                "projection_up": 16,
         
     | 
| 7 | 
         
             
                "batch_size": 64,
         
     | 
| 8 | 
         
             
                "learning_rate": 0.001,
         
     | 
| 9 | 
         
            +
                "test_loss": 54.12350196838379,
         
     | 
| 10 | 
         
            +
                "reconstruction_error": 26.383124160766602,
         
     | 
| 11 | 
         
            +
                "l0_loss": 3.42373046875,
         
     | 
| 12 | 
         
            +
                "dead_neurons_percentage": 93.86393229166666
         
     | 
| 13 | 
         
             
            }
         
     |