Views
No views yet
C BrainAlign stage-2 LoRA checkpoint (best_by_retrieval) merged into the full base model Qwen/Qwen2.5-1.5B-Instruct.stech2333/brainalign-qwen2.5-1.5b-CQwen2ForCausalLMQwen/Qwen2.5-1.5B-Instructbfloat16C. It is suitable for standard Hugging Face transformers loading and for leaderboard-style offline evaluation where a full model repository is required instead of a standalone LoRA adapter.2026-05-14T19:55:09merged_loraQwen/Qwen2.5-1.5B-Instructbest_by_retrievalCmean5_pca1024_contrastive_seed42apache-2.0, following the declared license metadata in this repository. Please also review the upstream base model card for any additional usage notes from Qwen/Qwen2.5-1.5B-Instruct.1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("C")
4tokenizer = AutoTokenizer.from_pretrained("C")