🧩 EvoNet-3B-v0.2 (LoRA Adapter)

This repository contains the LoRA Adapter weights for EvoNet v0.2. Đây là file trọng số Adapter (LoRA) của dự án EvoNet v0.2.

Note: This is NOT a standalone model. You need the base model to use this. Lưu ý: Đây không phải là model độc lập. Bạn cần model gốc để chạy.

👨‍💻 Developer

Founder Huỳnh Dương Phong

🔧 Training Details

  • Framework: Unsloth
  • Base Model: Qwen 2.5 3B Instruct (4-bit)
  • LoRA Rank (r): 16
  • LoRA Alpha: 16
  • Target Modules: q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj

📥 Usage with Unsloth

from unsloth import FastLanguageModel

model, tokenizer = FastLanguageModel.from_pretrained(
    model_name = "EvoNet/EvoNet-3B-v0.2-Stable", 
    max_seq_length = 2048,
    dtype = None,
    load_in_4bit = True,
)
Downloads last month
18
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for EvoNet/EvoNet-3B-v0.2-Stable

Base model

Qwen/Qwen2.5-3B
Adapter
(4)
this model