How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "TuralBayev/axeron-forge-69336cfa" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TuralBayev/axeron-forge-69336cfa",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "TuralBayev/axeron-forge-69336cfa" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TuralBayev/axeron-forge-69336cfa",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

69336cfa-7ae3-4eda-8ac8-37978b82e253

This is a forge of pre-trained language models created using forgelm.

Forge Details

Forge Method

This model was forged using the Task Arithmetic forge method using Qwen/Qwen2.5-7B as a base.

Models Forged

The following models were included in the forge:

Configuration

The following YAML configuration was used to produce this model:

base_model: Qwen/Qwen2.5-7B
dtype: bfloat16
forge_method: task_arithmetic
modules:
  default:
    slices:
    - sources:
      - layer_range: [0, 28]
        model: Qwen/Qwen2.5-7B-Instruct
        parameters:
          weight: 0.5
      - layer_range: [0, 28]
        model: Qwen/Qwen2.5-Coder-7B-Instruct
        parameters:
          weight: -0.1
      - layer_range: [0, 28]
        model: Qwen/Qwen2.5-7B
Downloads last month
6
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for TuralBayev/axeron-forge-69336cfa

Base model

Qwen/Qwen2.5-7B
Finetuned
(942)
this model

Paper for TuralBayev/axeron-forge-69336cfa