ziadrone / airesupdated-v6

huggingface.co
Total runs: 12
24-hour runs: 0
7-day runs: 0
30-day runs: 3
Model's Last Updated: November 05 2025
text-generation

Introduction of airesupdated-v6

Model Details of airesupdated-v6

airesupdated-v6

Model Description

This model is a fine-tuned version of Qwen/Qwen3-4B using a novel combination of:

  • Tree-of-Thought (ToT) reasoning
  • GRPO (Group Relative Policy Optimization) fine-tuning
  • Forced Path Differentiation for robust DPO training
  • Post-saturation generalization

The model is optimized for structured reasoning tasks , particularly mathematical problem-solving.

Training Details
Training Configuration
  • Base Model : Qwen/Qwen3-4B
  • Method : Tree-of-Thought + GRPO
  • Episodes : 5 (budget-optimized)
  • Datasets :
    • HuggingFaceH4/MATH-500
    • SAGI-1/reasoningData_200k
  • Training Samples : 19 high-quality examples
  • Loss Reduction : 97% (2.24 → 0.0695)
  • Trainable Parameters : 33M / 4B (0.81% via LoRA)
Key Innovations
  1. Hybrid Reward System : Combines correctness, format, semantic similarity
  2. Forced Path Differentiation : Ensures DPO triplets
  3. Adaptive Exploration : Dynamic temperature adjustment
  4. Budget Optimization : 60% cost reduction
Training Results
  • DPO Triplet Success Rate : 100%
  • Data Parse Success Rate : 100%
  • Final Loss : 0.0695
Usage
Quick Start (with adapter)
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
import torch

# Load base model
base_model = AutoModelForCausalLM.from_pretrained(
    "Qwen/Qwen3-4B",
    torch_dtype=torch.float32,
    device_map="auto"
)

# Load tokenizer
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-4B")

# Load trained adapter
model = PeftModel.from_pretrained(base_model, "ziadrone/airesupdated-v6")

# Generate
prompt = "Solve: 3x + 5 = 20"
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(
    **inputs,
    max_new_tokens=512,
    temperature=0.7,
    do_sample=True
)

print(tokenizer.decode(outputs[0]))
Expected Output Format
<think>
[Step-by-step reasoning]
</think>
<answer>
[Final answer]
</answer>
Performance
  • Training Loss : 2.24 → 0.0695 (97% reduction)
  • DPO Success Rate : 100%
  • Cost Reduction : 60%
Citation
@misc{airesupdated_v6},
  author = {ziadrone},
  title = {airesupdated-v6: ToT Reasoning with GRPO},
  year = {2025},
  publisher = {Hugging Face},
  howpublished = {\url{https://huggingface.co/ziadrone/airesupdated-v6}}
}
License

Apache 2.0 (inherited from base model)


Last Updated : 2025-11-05

Runs of ziadrone airesupdated-v6 on huggingface.co

12
Total runs
0
24-hour runs
1
3-day runs
0
7-day runs
3
30-day runs

More Information About airesupdated-v6 huggingface.co Model

More airesupdated-v6 license Visit here:

https://choosealicense.com/licenses/apache-2.0

airesupdated-v6 huggingface.co

airesupdated-v6 huggingface.co is an AI model on huggingface.co that provides airesupdated-v6's model effect (), which can be used instantly with this ziadrone airesupdated-v6 model. huggingface.co supports a free trial of the airesupdated-v6 model, and also provides paid use of the airesupdated-v6. Support call airesupdated-v6 model through api, including Node.js, Python, http.

airesupdated-v6 huggingface.co Url

https://huggingface.co/ziadrone/airesupdated-v6

ziadrone airesupdated-v6 online free

airesupdated-v6 huggingface.co is an online trial and call api platform, which integrates airesupdated-v6's modeling effects, including api services, and provides a free online trial of airesupdated-v6, you can try airesupdated-v6 online for free by clicking the link below.

ziadrone airesupdated-v6 online free url in huggingface.co:

https://huggingface.co/ziadrone/airesupdated-v6

airesupdated-v6 install

airesupdated-v6 is an open source model from GitHub that offers a free installation service, and any user can find airesupdated-v6 on GitHub to install. At the same time, huggingface.co provides the effect of airesupdated-v6 install, users can directly use airesupdated-v6 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

airesupdated-v6 install url in huggingface.co:

https://huggingface.co/ziadrone/airesupdated-v6

Url of airesupdated-v6

airesupdated-v6 huggingface.co Url

Provider of airesupdated-v6 huggingface.co

ziadrone
ORGANIZATIONS

Other API from ziadrone

huggingface.co

Total runs: 120
Run Growth: 120
Growth Rate: 100.00%
Updated:September 17 2025
huggingface.co

Total runs: 33
Run Growth: 21
Growth Rate: 63.64%
Updated:December 15 2025
huggingface.co

Total runs: 17
Run Growth: 0
Growth Rate: 0.00%
Updated:February 17 2025
huggingface.co

Total runs: 15
Run Growth: 15
Growth Rate: 100.00%
Updated:August 01 2025
huggingface.co

Total runs: 10
Run Growth: 6
Growth Rate: 60.00%
Updated:August 26 2025
huggingface.co

Total runs: 7
Run Growth: 5
Growth Rate: 71.43%
Updated:June 13 2025
huggingface.co

Total runs: 5
Run Growth: 3
Growth Rate: 60.00%
Updated:March 22 2025
huggingface.co

Total runs: 4
Run Growth: 2
Growth Rate: 50.00%
Updated:March 27 2025
huggingface.co

Total runs: 4
Run Growth: -1
Growth Rate: -25.00%
Updated:March 31 2025
huggingface.co

Total runs: 3
Run Growth: -6
Growth Rate: -200.00%
Updated:July 28 2025
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:February 17 2025
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:June 10 2025
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:June 10 2025
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:June 23 2025
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:July 01 2025
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:June 10 2025
huggingface.co

Total runs: 2
Run Growth: -3
Growth Rate: -150.00%
Updated:March 24 2025
huggingface.co

Total runs: 1
Run Growth: 0
Growth Rate: 0.00%
Updated:March 22 2025
huggingface.co

Total runs: 1
Run Growth: 0
Growth Rate: 0.00%
Updated:March 27 2025
huggingface.co

Total runs: 0
Run Growth: -3
Growth Rate: 0.00%
Updated:June 23 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 21 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 21 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 21 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 18 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 31 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 10 2025