You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Qwen3-0.6B ZJU Cyber Safety Math A+

This is the final Model A+ v2 candidate prepared for the Zhejiang University cybersecurity summer camp project evaluation.

Model Summary

  • Base model: Qwen/Qwen3-0.6B
  • Method: 4bit QLoRA SFT
  • Final version: Model A+ v2
  • Task focus: safety alignment, mathematical reasoning, and general ability preservation
  • Format: merged full 0.6B model, not a LoRA adapter

The LoRA adapter was merged back into the original unquantized Qwen3-0.6B base model. This directory is intended to be loadable directly with Hugging Face Transformers.

Intended Use

This model is intended for authorized academic evaluation in the Zhejiang University cybersecurity summer camp setting. It is designed to improve refusal behavior for harmful requests, preserve useful answers for legitimate defensive cybersecurity questions, and improve math reasoning while keeping general instruction-following ability stable.

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_path = "yujianing/qwen3-0.6b-zju-cyber-safety-math-a-plus"

tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
    model_path,
    torch_dtype=torch.float16,
    device_map="auto",
    trust_remote_code=True,
)

Limitations

This model is not guaranteed to be safe in all adversarial settings. It should not be used to provide harmful instructions, offensive code, unauthorized exploitation guidance, or other unsafe operational details. Further evaluation is recommended before deployment beyond the project evaluation context.

Downloads last month
8
Safetensors
Model size
0.6B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for yujianing/Qwen3-0.6B-ZJU

Finetuned
Qwen/Qwen3-0.6B
Finetuned
(1173)
this model