Upload LlamaForSequenceClassification
Browse files- config.json +6 -5
 - model.safetensors +1 -1
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,5 +1,4 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            -
              "_name_or_path": "HuggingFaceTB/SmolLM-135M",
         
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "LlamaForSequenceClassification"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 
         @@ -10,9 +9,10 @@ 
     | 
|
| 10 | 
         
             
              "head_dim": 64,
         
     | 
| 11 | 
         
             
              "hidden_act": "silu",
         
     | 
| 12 | 
         
             
              "hidden_size": 576,
         
     | 
| 13 | 
         
            -
              "initializer_range": 0. 
     | 
| 14 | 
         
             
              "intermediate_size": 1536,
         
     | 
| 15 | 
         
            -
              " 
     | 
| 
         | 
|
| 16 | 
         
             
              "mlp_bias": false,
         
     | 
| 17 | 
         
             
              "model_type": "llama",
         
     | 
| 18 | 
         
             
              "num_attention_heads": 9,
         
     | 
| 
         @@ -21,11 +21,12 @@ 
     | 
|
| 21 | 
         
             
              "pad_token_id": 0,
         
     | 
| 22 | 
         
             
              "pretraining_tp": 1,
         
     | 
| 23 | 
         
             
              "rms_norm_eps": 1e-05,
         
     | 
| 
         | 
|
| 24 | 
         
             
              "rope_scaling": null,
         
     | 
| 25 | 
         
            -
              "rope_theta":  
     | 
| 26 | 
         
             
              "tie_word_embeddings": true,
         
     | 
| 27 | 
         
             
              "torch_dtype": "float32",
         
     | 
| 28 | 
         
            -
              "transformers_version": "4. 
     | 
| 29 | 
         
             
              "use_cache": true,
         
     | 
| 30 | 
         
             
              "vocab_size": 49152
         
     | 
| 31 | 
         
             
            }
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 
         | 
|
| 2 | 
         
             
              "architectures": [
         
     | 
| 3 | 
         
             
                "LlamaForSequenceClassification"
         
     | 
| 4 | 
         
             
              ],
         
     | 
| 
         | 
|
| 9 | 
         
             
              "head_dim": 64,
         
     | 
| 10 | 
         
             
              "hidden_act": "silu",
         
     | 
| 11 | 
         
             
              "hidden_size": 576,
         
     | 
| 12 | 
         
            +
              "initializer_range": 0.041666666666666664,
         
     | 
| 13 | 
         
             
              "intermediate_size": 1536,
         
     | 
| 14 | 
         
            +
              "is_llama_config": true,
         
     | 
| 15 | 
         
            +
              "max_position_embeddings": 8192,
         
     | 
| 16 | 
         
             
              "mlp_bias": false,
         
     | 
| 17 | 
         
             
              "model_type": "llama",
         
     | 
| 18 | 
         
             
              "num_attention_heads": 9,
         
     | 
| 
         | 
|
| 21 | 
         
             
              "pad_token_id": 0,
         
     | 
| 22 | 
         
             
              "pretraining_tp": 1,
         
     | 
| 23 | 
         
             
              "rms_norm_eps": 1e-05,
         
     | 
| 24 | 
         
            +
              "rope_interleaved": false,
         
     | 
| 25 | 
         
             
              "rope_scaling": null,
         
     | 
| 26 | 
         
            +
              "rope_theta": 100000,
         
     | 
| 27 | 
         
             
              "tie_word_embeddings": true,
         
     | 
| 28 | 
         
             
              "torch_dtype": "float32",
         
     | 
| 29 | 
         
            +
              "transformers_version": "4.55.0",
         
     | 
| 30 | 
         
             
              "use_cache": true,
         
     | 
| 31 | 
         
             
              "vocab_size": 49152
         
     | 
| 32 | 
         
             
            }
         
     | 
    	
        model.safetensors
    CHANGED
    
    | 
         @@ -1,3 +1,3 @@ 
     | 
|
| 1 | 
         
             
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            -
            oid sha256: 
     | 
| 3 | 
         
             
            size 538095096
         
     | 
| 
         | 
|
| 1 | 
         
             
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:6b9dd2b0108157f0668b65c18e9c18ffbd1dee7ebb4f535a75c30af33e68be7f
         
     | 
| 3 | 
         
             
            size 538095096
         
     |