Commit 
							
							·
						
						a03aa2c
	
1
								Parent(s):
							
							e651c65
								
add ckpt id into config
Browse files- config.json +2 -2
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            -
              "_name_or_path": " 
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "LlamaForCausalLM"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 
         @@ -26,4 +26,4 @@ 
     | 
|
| 26 | 
         
             
              "transformers_version": "4.35.2",
         
     | 
| 27 | 
         
             
              "use_cache": true,
         
     | 
| 28 | 
         
             
              "vocab_size": 32000
         
     | 
| 29 | 
         
            -
            }
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "llm360/amber_ckpt_356",
         
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "LlamaForCausalLM"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 
         | 
|
| 26 | 
         
             
              "transformers_version": "4.35.2",
         
     | 
| 27 | 
         
             
              "use_cache": true,
         
     | 
| 28 | 
         
             
              "vocab_size": 32000
         
     | 
| 29 | 
         
            +
            }
         
     |