slayertear/llama-3.1-8b-stage2
The slayertear/llama-3.1-8b-stage2 model is an 8 billion parameter language model, fine-tuned from the Llama 3.1 architecture. This model was trained on a combined dataset of 900k entries from 'combined_70b_FG_new_cot_chat-llmbench' and 300k entries from 'tomg'. It is intended for general language generation tasks, leveraging its Llama 3.1 base for broad applicability.
Loading preview...
Overview
The slayertear/llama-3.1-8b-stage2 is an 8 billion parameter language model, fine-tuned from the Llama 3.1 base architecture. This model represents a second stage of fine-tuning, building upon an initial llama-3.1-8b-stage1 model. It was trained using a specific dataset blend, combining entries from combined_70b_FG_new_cot_chat-llmbench (900k entries) and tomg (300k entries).
Training Details
The fine-tuning process involved several key hyperparameters:
- Learning Rate:
1e-05 - Batch Size:
train_batch_size: 2,eval_batch_size: 8(total effective batch size of 64 for both train and eval) - Optimizer:
adamw_torchwithbetas=(0.9,0.999)andepsilon=1e-08 - Scheduler:
cosinewith awarmup_ratioof0.1 - Epochs:
5.0 - Hardware: Distributed training across 8 GPUs
Intended Uses
While specific use cases are not detailed in the original model card, as a fine-tuned Llama 3.1 variant, it is generally suitable for a wide range of natural language processing tasks, including text generation, summarization, and conversational AI, particularly benefiting from the instruction-following capabilities potentially enhanced by its training data.