215f9cd0a8d035004761fabe49748d0b1dcf6990
Model: raafatabualazm/decompiler-v1 Source: Original Platform
library_name, pipeline_tag, base_model, tags
| library_name | pipeline_tag | base_model | tags | ||||
|---|---|---|---|---|---|---|---|
| transformers | text-generation | Qwen/Qwen3-4B-Thinking-2507 |
|
decompiler-v1
This repository contains merged fine‑tuned weights for the base model Qwen/Qwen3-4B-Thinking-2507.
- Task: idiomatic decompilation (assembly → high-level code)
- Training: LoRA/DoRA adapters trained with TRL SFT on custom assembly→Dart/Swift pairs
- How to load (merged):
from transformers import AutoModelForCausalLM, AutoTokenizer
repo_id = "raafatabualazm/decompiler-v1"
tok = AutoTokenizer.from_pretrained(repo_id, use_fast=True)
model = AutoModelForCausalLM.from_pretrained(repo_id, torch_dtype="bfloat16", trust_remote_code=True)
Replace the repo id with your own if you fork or rename this repository.
Description
Languages
Jinja
100%