--- pipeline_tag: text-generation language: - en license: apache-2.0 base_model: Qwen/Qwen3-1.7B tags: - instruction-following - chat - fine-tuned library_name: transformers --- # qwen-2-5-3b-atlas-lab-assistant Fine-tuned version of Qwen/Qwen3-1.7B using SFT. ## Usage ```python from transformers import AutoModelForCausalLM, AutoTokenizer model = AutoModelForCausalLM.from_pretrained("Canfield/qwen-2-5-3b-atlas-lab-assistant") tokenizer = AutoTokenizer.from_pretrained("Canfield/qwen-2-5-3b-atlas-lab-assistant") ```