🐍 PyQwen-4B v0.0.1

A fine-tuned version of Qwen/Qwen3.5-4B specialized in Python development.

🧠 What it knows

  • Pydantic v2 (validators, aliases, model_validate)
  • typing (Generic, ParamSpec, TypeVar)
  • collections (ChainMap, defaultdict)
  • Decorators & context managers

πŸš€ Quick start

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("Zapivara/pyqwen-4B")
tokenizer = AutoTokenizer.from_pretrained("Zapivara/pyqwen-4B")

πŸ“Š Training

Parameter Value
Base model Qwen/Qwen3.5-4B
Dataset 498 examples
Method QLoRA (LoRA r=16)
Epochs 3
Final loss 0.380
Hardware Tesla T4
Time 52 min
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Zapivara/pyqwen-4B

Finetuned
Qwen/Qwen3.5-4B
Adapter
(251)
this model