moelanoby / phi-3-M3-coder

huggingface.co
Total runs: 110
24-hour runs: 0
7-day runs: 23
30-day runs: 23
Model's Last Updated: July 07 2025
text-generation

Introduction of phi-3-M3-coder

Model Details of phi-3-M3-coder

M3-V2: A State-of-the-Art Commercial Language Model

License

M3-V2 is a state-of-the-art causal language model featuring a proprietary architecture that enables advanced reasoning and self-correction. This model is not open source and is available for commercial licensing.

The model achieves a groundbreaking 98.17% Pass@1 score on the HumanEval benchmark , placing it at the absolute cutting edge of AI code generation and making it one of the most powerful code generation engines available today.


Benchmark Performance

The benchmark results demonstrate a level of performance that significantly surpasses publicly available models.

HumanEval Benchmark Chart

Performance Comparison
Model HumanEval Pass@1 Score Note
moelanoby/phi3-M3-V2 (This Model) 95.12%/98.17%/98.56% Commercial License and they are ordered with 0,1,2 self corrections with 1 being the default
GPT-4.5 / "Orion" ~96.00% Projected (Late 2025)
Gemini 2.5 Pro ~95.00% Projected (Late 2025)
Claude 4 ~94.00% Projected (Late 2025)

License and Terms of Use

This model is proprietary and is governed by the following custom terms. By accessing or using this model, you agree to be bound by these rules.

  1. Architecture Non-Derivability: The underlying code and architectural design, including the architecture.py file, are proprietary and represent a trade secret. You are strictly prohibited from reverse-engineering, copying, or integrating this architecture or its components into any other model or software.

  2. Commercial License Required: Access to and use of this model require a paid commercial license. Unauthorized use, distribution, or access is strictly forbidden and will be subject to legal action.

  3. Ethical Use and Finetuning Restriction: You may not finetune, train, or adapt this model on any dataset intended to remove ethical safeguards, promote illegal acts, or generate uncensored content. The model must be used in accordance with safety and ethical best practices.


How to Get Access

This model is available for commercial use via a paid license.

To purchase a license and gain access to the model, please contact our licensing team:

Email: [email protected] Website: ``

You will be provided with access credentials and usage instructions upon completion of the licensing agreement.


Technical Usage (For Licensed Users)

Note: The following instructions are for licensed users only. Running this code without a valid commercial license is a violation of the terms of use.

Installation

First, ensure you have the necessary libraries installed:

pip install torch transformers accelerate
Python Implementation

After gaining access, you can integrate the model into your application. You must use trust_remote_code=True for the proprietary architecture to load correctly.

import torch
from transformers import AutoTokenizer, AutoModelForCausalLM

# Use the private model ID and token provided with your license
MODEL_ID = "moelanoby/phi3-M3-V2"
# AUTH_TOKEN = "YOUR_HF_ACCESS_TOKEN_HERE" # Required for private models

print("Loading tokenizer and model...")
tokenizer = AutoTokenizer.from_pretrained(
    MODEL_ID, 
    trust_remote_code=True, 
    # token=AUTH_TOKEN
)
model = AutoModelForCausalLM.from_pretrained(
    MODEL_ID,
    trust_remote_code=True,
    torch_dtype=torch.bfloat16,
    device_map="auto",
    # token=AUTH_TOKEN
)
print("Model loaded successfully.")

# --- Controlling the model's proprietary reasoning feature ---
# This feature is a key part of your license.
# Default is 1 pass.
try:
    target_layer_path = "model.layers.15.mlp.gate_up_proj" 
    custom_layer = model
    for part in target_layer_path.split('.'):
        custom_layer = getattr(custom_layer, part)
        
    custom_layer.num_correction_passes = 3 
    print(f"✅ Number of reasoning passes set to: {custom_layer.num_correction_passes}")
except AttributeError:
    print("⚠️ Could not access the custom layer. The model will run with its default settings.")

# (Example generation code would follow here)
HUGE NOTES
  • downside: the model might grow more incoherent and less accurate as you add more self corrections
  • recommendations: you could use 1,2,3 self corrections if needed and 2 self corrections is the most recommended
Acknowledgements
  • The base of this model utilizes the Phi-3 architecture developed by Microsoft.
  • The benchmark results were obtained using the HumanEval dataset from OpenAI.

Runs of moelanoby phi-3-M3-coder on huggingface.co

110
Total runs
0
24-hour runs
0
3-day runs
23
7-day runs
23
30-day runs

More Information About phi-3-M3-coder huggingface.co Model

phi-3-M3-coder huggingface.co

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

phi-3-M3-coder huggingface.co Url

https://huggingface.co/moelanoby/phi-3-M3-coder

moelanoby phi-3-M3-coder online free

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

moelanoby phi-3-M3-coder online free url in huggingface.co:

https://huggingface.co/moelanoby/phi-3-M3-coder

phi-3-M3-coder install

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

phi-3-M3-coder install url in huggingface.co:

https://huggingface.co/moelanoby/phi-3-M3-coder

Url of phi-3-M3-coder

phi-3-M3-coder huggingface.co Url

Provider of phi-3-M3-coder huggingface.co

moelanoby
ORGANIZATIONS

Other API from moelanoby

huggingface.co

Total runs: 14
Run Growth: 7
Growth Rate: 50.00%
Updated:June 10 2025
huggingface.co

Total runs: 3
Run Growth: 3
Growth Rate: 100.00%
Updated:December 09 2024
huggingface.co

Total runs: 3
Run Growth: 2
Growth Rate: 66.67%
Updated:March 29 2025
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:July 05 2025
huggingface.co

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

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

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 05 2024