End of training
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -1,5 +1,6 @@ 
     | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
             
            base_model: meta-llama/Meta-Llama-3-8B-Instruct
         
     | 
| 
         | 
|
| 3 | 
         
             
            library_name: transformers
         
     | 
| 4 | 
         
             
            model_name: Meta-Llama-3-8B-Instruct_Mixture-of-Thoughts-all-4k-with_reasoning
         
     | 
| 5 | 
         
             
            tags:
         
     | 
| 
         @@ -11,7 +12,7 @@ licence: license 
     | 
|
| 11 | 
         | 
| 12 | 
         
             
            # Model Card for Meta-Llama-3-8B-Instruct_Mixture-of-Thoughts-all-4k-with_reasoning
         
     | 
| 13 | 
         | 
| 14 | 
         
            -
            This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct).
         
     | 
| 15 | 
         
             
            It has been trained using [TRL](https://github.com/huggingface/trl).
         
     | 
| 16 | 
         | 
| 17 | 
         
             
            ## Quick start
         
     | 
| 
         | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
             
            base_model: meta-llama/Meta-Llama-3-8B-Instruct
         
     | 
| 3 | 
         
            +
            datasets: CohenQu/Mixture-of-Thoughts-all-4k-with_reasoning
         
     | 
| 4 | 
         
             
            library_name: transformers
         
     | 
| 5 | 
         
             
            model_name: Meta-Llama-3-8B-Instruct_Mixture-of-Thoughts-all-4k-with_reasoning
         
     | 
| 6 | 
         
             
            tags:
         
     | 
| 
         | 
|
| 12 | 
         | 
| 13 | 
         
             
            # Model Card for Meta-Llama-3-8B-Instruct_Mixture-of-Thoughts-all-4k-with_reasoning
         
     | 
| 14 | 
         | 
| 15 | 
         
            +
            This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the [CohenQu/Mixture-of-Thoughts-all-4k-with_reasoning](https://huggingface.co/datasets/CohenQu/Mixture-of-Thoughts-all-4k-with_reasoning) dataset.
         
     | 
| 16 | 
         
             
            It has been trained using [TRL](https://github.com/huggingface/trl).
         
     | 
| 17 | 
         | 
| 18 | 
         
             
            ## Quick start
         
     |