Initial commit
Browse files- config.json +1 -2
 - generation_config.json +1 -1
 - model.safetensors.index.json +1 -0
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,5 +1,4 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            -
              "_name_or_path": "data/zephyr-7b-sft-withCoco-withContrast",
         
     | 
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "LlamaForCausalLM"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 
         @@ -24,7 +23,7 @@ 
     | 
|
| 24 | 
         
             
              "rope_theta": 500000.0,
         
     | 
| 25 | 
         
             
              "tie_word_embeddings": false,
         
     | 
| 26 | 
         
             
              "torch_dtype": "float32",
         
     | 
| 27 | 
         
            -
              "transformers_version": "4. 
     | 
| 28 | 
         
             
              "use_cache": true,
         
     | 
| 29 | 
         
             
              "vocab_size": 128256
         
     | 
| 30 | 
         
             
            }
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 
         | 
|
| 2 | 
         
             
              "architectures": [
         
     | 
| 3 | 
         
             
                "LlamaForCausalLM"
         
     | 
| 4 | 
         
             
              ],
         
     | 
| 
         | 
|
| 23 | 
         
             
              "rope_theta": 500000.0,
         
     | 
| 24 | 
         
             
              "tie_word_embeddings": false,
         
     | 
| 25 | 
         
             
              "torch_dtype": "float32",
         
     | 
| 26 | 
         
            +
              "transformers_version": "4.53.3",
         
     | 
| 27 | 
         
             
              "use_cache": true,
         
     | 
| 28 | 
         
             
              "vocab_size": 128256
         
     | 
| 29 | 
         
             
            }
         
     | 
    	
        generation_config.json
    CHANGED
    
    | 
         @@ -5,5 +5,5 @@ 
     | 
|
| 5 | 
         
             
              "max_length": 4096,
         
     | 
| 6 | 
         
             
              "temperature": 0.6,
         
     | 
| 7 | 
         
             
              "top_p": 0.9,
         
     | 
| 8 | 
         
            -
              "transformers_version": "4. 
     | 
| 9 | 
         
             
            }
         
     | 
| 
         | 
|
| 5 | 
         
             
              "max_length": 4096,
         
     | 
| 6 | 
         
             
              "temperature": 0.6,
         
     | 
| 7 | 
         
             
              "top_p": 0.9,
         
     | 
| 8 | 
         
            +
              "transformers_version": "4.53.3"
         
     | 
| 9 | 
         
             
            }
         
     | 
    	
        model.safetensors.index.json
    CHANGED
    
    | 
         @@ -1,5 +1,6 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "metadata": {
         
     | 
| 
         | 
|
| 3 | 
         
             
                "total_size": 32121044992
         
     | 
| 4 | 
         
             
              },
         
     | 
| 5 | 
         
             
              "weight_map": {
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "metadata": {
         
     | 
| 3 | 
         
            +
                "total_parameters": 8030261248,
         
     | 
| 4 | 
         
             
                "total_size": 32121044992
         
     | 
| 5 | 
         
             
              },
         
     | 
| 6 | 
         
             
              "weight_map": {
         
     |