Upload LlamaForCausalLM
Browse files- config.json +30 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,30 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "config.json",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "LlamaForCausalLM"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_bias": false,
         | 
| 7 | 
            +
              "attention_dropout": 0.0,
         | 
| 8 | 
            +
              "bos_token_id": 1,
         | 
| 9 | 
            +
              "dropout_p": 0.1,
         | 
| 10 | 
            +
              "eos_token_id": 2,
         | 
| 11 | 
            +
              "hidden_act": "silu",
         | 
| 12 | 
            +
              "hidden_size": 1024,
         | 
| 13 | 
            +
              "initializer_range": 0.02,
         | 
| 14 | 
            +
              "intermediate_size": 3072,
         | 
| 15 | 
            +
              "max_position_embeddings": 4096,
         | 
| 16 | 
            +
              "model_type": "llama",
         | 
| 17 | 
            +
              "num_attention_heads": 128,
         | 
| 18 | 
            +
              "num_hidden_layers": 6,
         | 
| 19 | 
            +
              "num_key_value_heads": 16,
         | 
| 20 | 
            +
              "pretraining_tp": 1,
         | 
| 21 | 
            +
              "rms_norm_eps": 1e-05,
         | 
| 22 | 
            +
              "rope_scaling": null,
         | 
| 23 | 
            +
              "rope_theta": 10000.0,
         | 
| 24 | 
            +
              "sliding_window": 1024,
         | 
| 25 | 
            +
              "tie_word_embeddings": true,
         | 
| 26 | 
            +
              "torch_dtype": "bfloat16",
         | 
| 27 | 
            +
              "transformers_version": "4.36.2",
         | 
| 28 | 
            +
              "use_cache": true,
         | 
| 29 | 
            +
              "vocab_size": 50304
         | 
| 30 | 
            +
            }
         | 
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,6 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_from_model_config": true,
         | 
| 3 | 
            +
              "bos_token_id": 1,
         | 
| 4 | 
            +
              "eos_token_id": 2,
         | 
| 5 | 
            +
              "transformers_version": "4.36.2"
         | 
| 6 | 
            +
            }
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:823b3f7250373711c00deb4aa61388093e30a88cb359ca401f3cb1dcb5b19caa
         | 
| 3 | 
            +
            size 244613320
         |