AlexHung29629/s1_claude
Viewer • Updated • 2k • 8
How to use AlexHung29629/Qwen2.5-Omni-7B-Reasoning with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="AlexHung29629/Qwen2.5-Omni-7B-Reasoning") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("AlexHung29629/Qwen2.5-Omni-7B-Reasoning")
model = AutoModelForMultimodalLM.from_pretrained("AlexHung29629/Qwen2.5-Omni-7B-Reasoning", device_map="auto")axolotl version: 0.8.1
base_model: AlexHung29629/Qwen-2.5-Omni-ThinkerTextModel
model_type: AutoModelForCausalLM
trust_remote_code: true
plugins:
- axolotl.integrations.liger.LigerPlugin
liger_rope: true
liger_rms_norm: true
liger_glu_activation: true
liger_fused_linear_cross_entropy: true
datasets:
- path: /mnt/shared/twsc/alex/qwen/s1_claude.jsonl
type: chat_template
field_messages: conversations
message_property_mappings:
role: role
content: content
roles_to_train:
train_on_eos:
dataset_prepared_path: ./sft_dataprep/
val_set_size: 0
output_dir: ./placeholder_sft/
shuffle_merged_datasets: false
sequence_len: 20000
sample_packing: true
eval_sample_packing: false
pad_to_sequence_len: true
wandb_project: Reasoning_TP1_2025
wandb_entity:
wandb_watch:
wandb_name: Qwen-2.5-Omni-Reasoning-250422_sft
wandb_log_model:
gradient_accumulation_steps: 2
micro_batch_size: 1
num_epochs: 5
optimizer: adamw_torch
lr_scheduler: cosine
learning_rate: 1e-5
max_grad_norm: 1.0
adam_beta1: 0.9
adam_beta2: 0.95
adam_epsilon: 1e-8
bf16: true
tf32: false
gradient_checkpointing: true
gradient_checkpointing_kwargs:
use_reentrant: true
logging_steps: 1
flash_attention: true
xformers_attention: false
sdp_attention: false
warmup_ratio: 0.05
saves_per_epoch: 1
save_total_limit: 5
weight_decay: 0.1
deepspeed: /mnt/shared/twsc/alex/reasoning/zero3_bf16.json
special_tokens:
pad_token: "<pad>"
tokens:
- <think>
- </think>
seed: 42
This model is a fine-tuned version of AlexHung29629/Qwen-2.5-Omni-ThinkerTextModel on the /mnt/shared/twsc/alex/qwen/s1_claude.jsonl dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
AlexHung29629/Qwen-2.5-Omni-ThinkerTextModel