21 3 days ago

Preference-aligned conversational assistant based on Qwen3-1.7B-Base. Fine-tuned using UltraChat and optimized with DPO on UltraFeedback, Intel Orca and Capybara

ollama run ayushshah/qwen3-1.7b-chat:q4_k_m

Details

3 days ago

17f56e631c78 · 1.1GB ·

qwen3
·
1.72B
·
Q4_K_M
{{- range .Messages }}<|im_start|>{{ .Role }} {{ .Content }}<|im_end|> {{ end }}<|im_start|>assistan
You are a helpful AI assistant.
{ "num_ctx": 32768, "repeat_penalty": 1.05, "stop": [ "<|im_start|>", "<

Readme

Qwen3-1.7B Chat

Qwen3-1.7B Chat is a preference-aligned conversational language model built by fine-tuning Qwen3-1.7B-Base through a two-stage post-training pipeline:

  • Supervised Fine-Tuning (SFT) on UltraChat
  • Direct Preference Optimization (DPO) using UltraFeedback, Intel Orca and Capybara

The model is designed to provide more natural, helpful and conversational responses while preserving the strong capabilities of the base model.

Full model, documentation, benchmarks and training details are available on Hugging Face:

Notes

This model is intended for research and general conversational AI use. As a 1.7B parameter model, it may still struggle with complex reasoning, factual accuracy and highly specialized domains compared to much larger language models.