CoolFace
Modelpublic

agentlans/Qwen3.5-4B-Instruct-SingleTurn

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes10downloads
Model Card

Qwen3.5-4B-Instruct-SingleTurn

This repository contains a fine-tuned version of Qwen/Qwen3.5-4B optimized specifically for single-turn English tasks.

๐ŸŽฏ Model Overview

  • โ€”Base Model: Qwen/Qwen3.5-4B
  • โ€”Language: English (primary)
  • โ€”Intended Use: Single-turn instruction-following, downstream fine-tuning, and lightweight deployment.
  • โ€”Key Improvements: Suppresses the base model's tendency for prolonged Chain-of-Thought (CoT) reasoning and reduces unwanted generation of Chinese text.

๐Ÿ› ๏ธ Training Details

The model was fine-tuned using the following configuration and hyper-parameters:

  • โ€”Dataset: agentlans/sft-data sample_k50000
  • โ€”Sequence Handling: Packed sequences with a 1024 token cutoff length
  • โ€”Attention: FlashAttention-2 (flash_attn)
  • โ€”Learning Rate: 2e-5 (1.0 epoch)
  • โ€”Regularization: NEFTune (alpha = 5)
  • โ€”PEFT Method: LoRA via rsLoRA
  • โ€”Rank: 16
  • โ€”Alpha: 32
  • โ€”Dropout: 0.05

โš ๏ธ Limitations & Biases

  • โ€”Scale Constraints: As a compact 4B parameter model, expect occasional factual inaccuracies and basic reasoning errors.
  • โ€”Repetition: Extended responses may occasionally become repetitive.
  • โ€”Domain Focus: Strictly optimized for English instruction, programming, and mathematics.
  • โ€”Interaction Style: Not designed for multi-turn conversational chatbots, roleplay, or creative writing tasks.

๐Ÿ“œ License

This model is licensed under the Apache 2.0 License.