Upload LlamaForCausalLM
Browse files- config.json +29 -0
 - generation_config.json +6 -0
 - model.safetensors +3 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,29 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
         
     | 
| 3 | 
         
            +
              "architectures": [
         
     | 
| 4 | 
         
            +
                "LlamaForCausalLM"
         
     | 
| 5 | 
         
            +
              ],
         
     | 
| 6 | 
         
            +
              "attention_bias": false,
         
     | 
| 7 | 
         
            +
              "attention_dropout": 0.0,
         
     | 
| 8 | 
         
            +
              "bos_token_id": 32013,
         
     | 
| 9 | 
         
            +
              "eos_token_id": 32021,
         
     | 
| 10 | 
         
            +
              "hidden_act": "silu",
         
     | 
| 11 | 
         
            +
              "hidden_size": 4096,
         
     | 
| 12 | 
         
            +
              "initializer_range": 0.02,
         
     | 
| 13 | 
         
            +
              "intermediate_size": 11008,
         
     | 
| 14 | 
         
            +
              "max_position_embeddings": 16384,
         
     | 
| 15 | 
         
            +
              "model_type": "llama",
         
     | 
| 16 | 
         
            +
              "num_attention_heads": 32,
         
     | 
| 17 | 
         
            +
              "num_hidden_layers": 32,
         
     | 
| 18 | 
         
            +
              "num_key_value_heads": 32,
         
     | 
| 19 | 
         
            +
              "pretraining_tp": 1,
         
     | 
| 20 | 
         
            +
              "rms_norm_eps": 1e-06,
         
     | 
| 21 | 
         
            +
              "rope_scaling": null,
         
     | 
| 22 | 
         
            +
              "rope_theta": 100000,
         
     | 
| 23 | 
         
            +
              "tie_word_embeddings": false,
         
     | 
| 24 | 
         
            +
              "torch_dtype": "bfloat16",
         
     | 
| 25 | 
         
            +
              "transformers_version": "4.38.0.dev0",
         
     | 
| 26 | 
         
            +
              "unsloth_version": "2024.1",
         
     | 
| 27 | 
         
            +
              "use_cache": true,
         
     | 
| 28 | 
         
            +
              "vocab_size": 32256
         
     | 
| 29 | 
         
            +
            }
         
     | 
    	
        generation_config.json
    ADDED
    
    | 
         @@ -0,0 +1,6 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_from_model_config": true,
         
     | 
| 3 | 
         
            +
              "bos_token_id": 32013,
         
     | 
| 4 | 
         
            +
              "eos_token_id": 32021,
         
     | 
| 5 | 
         
            +
              "transformers_version": "4.38.0.dev0"
         
     | 
| 6 | 
         
            +
            }
         
     | 
    	
        model.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:f69a9665d57d4cd0496935cad801d9aecf8fd901ba268e47a782912735c218bf
         
     | 
| 3 | 
         
            +
            size 3870236379
         
     |