Edit model card

Prox-Phi-3-mini-128k

By OpenVoid

Model Description

Prox-Phi-3-mini-128k is a fine-tuned version of Microsoft's Phi-3-mini-128k architecture, tailored for specialized applications in code generation and cybersecurity. This model, with 3.8 billion parameters, provides efficient deployment and robust performance, making it well-suited for tasks such as hacking simulations and vulnerability analysis.

Intended Uses & Limitations

Designed for tasks related to hacking and coding:

  • Code generation
  • Code explanation and documentation
  • Answering questions on hacking techniques and cybersecurity
  • Providing coding project insights

Review and verify outputs carefully, especially for critical applications. Expert validation is recommended to avoid biased or inconsistent content. Use responsibly and ethically, complying with applicable laws and regulations to prevent misuse for malicious purposes.

Training Data

The model was fine-tuned on a proprietary dataset from OpenVoid, featuring high-quality text data related to coding, cybersecurity, and hacking. Extensive filtering and preprocessing ensured data quality and relevance.

Evaluation

  • HumanEval v1.0: pass@1: 0.573
  • EvalPlus v1.1: pass@1: 0.555
  • MBPP: pass@1: 0.659
  • MBPP+: pass@1: 0.556

How to Use the Model

Using Transformers

Example of using Prox-Phi-3-mini-128k with the Transformers library:

from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline

model_id = "openvoid/Prox-Phi-3-mini-128k"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", trust_remote_code=True)

pipe = pipeline(
    "text-generation",
    model=model,
    tokenizer=tokenizer,
)

generation_args = {
    "max_new_tokens": 500,
    "return_full_text": False,
    "temperature": 0.0,
    "do_sample": False,
}

input_text = "You are a helpful AI assistant. Can you introduce yourself?"

output = pipe(input_text, **generation_args)
print(output[0]['generated_text'])
Downloads last month
27
Safetensors
Model size
3.82B params
Tensor type
BF16
·
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for openvoid/Prox-Phi-3-mini-128k

Quantizations
2 models