Upload GPTNeoXForCausalLM
Browse files- config.json +25 -0
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,25 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "open-calm-medium",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "GPTNeoXForCausalLM"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "bos_token_id": 0,
         | 
| 7 | 
            +
              "eos_token_id": 0,
         | 
| 8 | 
            +
              "hidden_act": "gelu",
         | 
| 9 | 
            +
              "hidden_size": 1024,
         | 
| 10 | 
            +
              "initializer_range": 0.02,
         | 
| 11 | 
            +
              "intermediate_size": 4096,
         | 
| 12 | 
            +
              "layer_norm_eps": 1e-05,
         | 
| 13 | 
            +
              "max_position_embeddings": 2048,
         | 
| 14 | 
            +
              "model_type": "gpt_neox",
         | 
| 15 | 
            +
              "num_attention_heads": 16,
         | 
| 16 | 
            +
              "num_hidden_layers": 24,
         | 
| 17 | 
            +
              "rotary_emb_base": 10000,
         | 
| 18 | 
            +
              "rotary_pct": 1.0,
         | 
| 19 | 
            +
              "tie_word_embeddings": false,
         | 
| 20 | 
            +
              "torch_dtype": "float16",
         | 
| 21 | 
            +
              "transformers_version": "4.27.0.dev0",
         | 
| 22 | 
            +
              "use_cache": true,
         | 
| 23 | 
            +
              "use_parallel_residual": false,
         | 
| 24 | 
            +
              "vocab_size": 52096
         | 
| 25 | 
            +
            }
         | 
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,6 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_from_model_config": true,
         | 
| 3 | 
            +
              "bos_token_id": 0,
         | 
| 4 | 
            +
              "eos_token_id": 0,
         | 
| 5 | 
            +
              "transformers_version": "4.27.0.dev0"
         | 
| 6 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:43b772c3686414db982c490496ef764c240cdae6d93caa921afe2a06c937fb61
         | 
| 3 | 
            +
            size 918792381
         | 

