Instructions to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: llama cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: llama cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Use Docker
docker model run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- Ollama
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Ollama:
ollama run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- Unsloth Desktop
- Pi
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Docker Model Runner:
docker model run hf.co/oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
- Lemonade
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "oktayd/Qwen3.6-35B-v2-MoE-Ablit-Heretic-Uncensor-Hermes-MTP-Vision-Llama:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
| { | |
| "schema_version": "q36.public-strict-counts.v1", | |
| "source_sha256": "9aef69af26b03d3b26a9250a1f6c21fdd4972a63522806d7724454b66b820b17", | |
| "scoring": "Original strict evaluator, not semantic regrade. Ungraded and incomplete may overlap.", | |
| "runs": [ | |
| { | |
| "run": "q36-final-q4_k_m-llamacpp-h200", | |
| "model": "Q36", | |
| "device": "H200", | |
| "benchmarks": [ | |
| { | |
| "benchmark": "ARC-Challenge", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 8, | |
| "passed": 8, | |
| "ungraded": 2, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "BBH", | |
| "planned": 23, | |
| "attempted": 23, | |
| "completed": 20, | |
| "scored": 20, | |
| "passed": 3, | |
| "ungraded": 3, | |
| "not_run": 0, | |
| "incomplete": 3 | |
| }, | |
| { | |
| "benchmark": "ChartQA", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GPQA-Diamond", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 2, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GSM8K", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 9, | |
| "passed": 5, | |
| "ungraded": 1, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "HumanEval-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "IFEval", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 6, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 4 | |
| }, | |
| { | |
| "benchmark": "LiveCodeBench", | |
| "planned": 9, | |
| "attempted": 9, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 9, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MATH-Level-5", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "MBPP-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMLU-Pro", | |
| "planned": 1, | |
| "attempted": 1, | |
| "completed": 1, | |
| "scored": 1, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMMU", | |
| "planned": 6, | |
| "attempted": 6, | |
| "completed": 6, | |
| "scored": 6, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MathVista", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 2, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Agent-Function-Calling", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Answer-Termination-No-Looping", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 7, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Benign-Compliance-No-Overrefusal", | |
| "planned": 20, | |
| "attempted": 20, | |
| "completed": 18, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 20, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "Q36-CAPTCHA-Detection-and-Handoff", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Contradiction-and-Anti-Sycophancy", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "Q36-Direct-Style-and-Personality", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "Q36-Hermes-Tool-Format", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-JSON-Schema", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Legal-Alternatives-and-Boundaries", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Output-Integrity", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "TruthfulQA", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 9, | |
| "passed": 6, | |
| "ungraded": 1, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| } | |
| ] | |
| }, | |
| { | |
| "run": "q36-final-q4_k_m-llamacpp-rtx5090", | |
| "model": "Q36", | |
| "device": "RTX 5090", | |
| "benchmarks": [ | |
| { | |
| "benchmark": "ARC-Challenge", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 8, | |
| "passed": 8, | |
| "ungraded": 2, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "BBH", | |
| "planned": 23, | |
| "attempted": 23, | |
| "completed": 20, | |
| "scored": 20, | |
| "passed": 3, | |
| "ungraded": 3, | |
| "not_run": 0, | |
| "incomplete": 3 | |
| }, | |
| { | |
| "benchmark": "ChartQA", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GPQA-Diamond", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 1, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GSM8K", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 7, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "HumanEval-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 4, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "IFEval", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "LiveCodeBench", | |
| "planned": 9, | |
| "attempted": 9, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 9, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MATH-Level-5", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "MBPP-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMLU-Pro", | |
| "planned": 1, | |
| "attempted": 1, | |
| "completed": 1, | |
| "scored": 1, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMMU", | |
| "planned": 6, | |
| "attempted": 6, | |
| "completed": 6, | |
| "scored": 6, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MathVista", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 2, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Agent-Function-Calling", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Answer-Termination-No-Looping", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 9, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Benign-Compliance-No-Overrefusal", | |
| "planned": 20, | |
| "attempted": 20, | |
| "completed": 18, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 20, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "Q36-CAPTCHA-Detection-and-Handoff", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Contradiction-and-Anti-Sycophancy", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "Q36-Direct-Style-and-Personality", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Hermes-Tool-Format", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 3, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-JSON-Schema", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Legal-Alternatives-and-Boundaries", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Output-Integrity", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "TruthfulQA", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 9, | |
| "passed": 6, | |
| "ungraded": 1, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| } | |
| ] | |
| }, | |
| { | |
| "run": "huihui-original-q4_k_m-llamacpp-rtx5090", | |
| "model": "Huihui", | |
| "device": "RTX 5090", | |
| "benchmarks": [ | |
| { | |
| "benchmark": "ARC-Challenge", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "BBH", | |
| "planned": 23, | |
| "attempted": 23, | |
| "completed": 23, | |
| "scored": 23, | |
| "passed": 16, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "ChartQA", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GPQA-Diamond", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GSM8K", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 7, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "HumanEval-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "IFEval", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "LiveCodeBench", | |
| "planned": 9, | |
| "attempted": 9, | |
| "completed": 4, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 9, | |
| "not_run": 0, | |
| "incomplete": 5 | |
| }, | |
| { | |
| "benchmark": "MATH-Level-5", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 8, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "MBPP-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMLU-Pro", | |
| "planned": 1, | |
| "attempted": 1, | |
| "completed": 1, | |
| "scored": 1, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMMU", | |
| "planned": 6, | |
| "attempted": 6, | |
| "completed": 6, | |
| "scored": 6, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MathVista", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 3, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Agent-Function-Calling", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Answer-Termination-No-Looping", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Benign-Compliance-No-Overrefusal", | |
| "planned": 20, | |
| "attempted": 20, | |
| "completed": 20, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 20, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-CAPTCHA-Detection-and-Handoff", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Contradiction-and-Anti-Sycophancy", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Direct-Style-and-Personality", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Hermes-Tool-Format", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-JSON-Schema", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 2, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Legal-Alternatives-and-Boundaries", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Output-Integrity", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "TruthfulQA", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 9, | |
| "passed": 6, | |
| "ungraded": 1, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| } | |
| ] | |
| }, | |
| { | |
| "run": "q36-final-q4_k_m-llamacpp-rtx2000ada-mixed24", | |
| "model": "Q36", | |
| "device": "RTX 2000 Ada (CPU+GPU)", | |
| "benchmarks": [ | |
| { | |
| "benchmark": "ARC-Challenge", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 7, | |
| "scored": 7, | |
| "passed": 7, | |
| "ungraded": 3, | |
| "not_run": 0, | |
| "incomplete": 3 | |
| }, | |
| { | |
| "benchmark": "BBH", | |
| "planned": 23, | |
| "attempted": 23, | |
| "completed": 20, | |
| "scored": 20, | |
| "passed": 3, | |
| "ungraded": 3, | |
| "not_run": 0, | |
| "incomplete": 3 | |
| }, | |
| { | |
| "benchmark": "ChartQA", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GPQA-Diamond", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 2, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GSM8K", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 8, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "HumanEval-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "IFEval", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "LiveCodeBench", | |
| "planned": 9, | |
| "attempted": 9, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 9, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MATH-Level-5", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "MBPP-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMLU-Pro", | |
| "planned": 1, | |
| "attempted": 1, | |
| "completed": 1, | |
| "scored": 1, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMMU", | |
| "planned": 6, | |
| "attempted": 6, | |
| "completed": 6, | |
| "scored": 6, | |
| "passed": 1, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MathVista", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 3, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Agent-Function-Calling", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Answer-Termination-No-Looping", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 8, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Benign-Compliance-No-Overrefusal", | |
| "planned": 20, | |
| "attempted": 20, | |
| "completed": 19, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 20, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "Q36-CAPTCHA-Detection-and-Handoff", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 9, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Contradiction-and-Anti-Sycophancy", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 9, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "Q36-Direct-Style-and-Personality", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Hermes-Tool-Format", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-JSON-Schema", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Legal-Alternatives-and-Boundaries", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Output-Integrity", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "TruthfulQA", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 6, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| } | |
| ] | |
| }, | |
| { | |
| "run": "huihui-original-q4_k_m-llamacpp-rtx2000ada-mixed24", | |
| "model": "Huihui", | |
| "device": "RTX 2000 Ada (CPU+GPU)", | |
| "benchmarks": [ | |
| { | |
| "benchmark": "ARC-Challenge", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "BBH", | |
| "planned": 23, | |
| "attempted": 11, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 6, | |
| "ungraded": 1, | |
| "not_run": 12, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "ChartQA", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "GPQA-Diamond", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 3, | |
| "scored": 3, | |
| "passed": 3, | |
| "ungraded": 2, | |
| "not_run": 0, | |
| "incomplete": 2 | |
| }, | |
| { | |
| "benchmark": "GSM8K", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 7, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "HumanEval-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "IFEval", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "LiveCodeBench", | |
| "planned": 9, | |
| "attempted": 9, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 9, | |
| "not_run": 0, | |
| "incomplete": 4 | |
| }, | |
| { | |
| "benchmark": "MATH-Level-5", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 5 | |
| }, | |
| { | |
| "benchmark": "MBPP-Plus", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 5, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MMLU-Pro", | |
| "planned": 1, | |
| "attempted": 1, | |
| "completed": 0, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 1, | |
| "not_run": 0, | |
| "incomplete": 1 | |
| }, | |
| { | |
| "benchmark": "MMMU", | |
| "planned": 6, | |
| "attempted": 6, | |
| "completed": 6, | |
| "scored": 6, | |
| "passed": 4, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "MathVista", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 3, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Agent-Function-Calling", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 0, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Answer-Termination-No-Looping", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Benign-Compliance-No-Overrefusal", | |
| "planned": 20, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 10, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-CAPTCHA-Detection-and-Handoff", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 10, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Contradiction-and-Anti-Sycophancy", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Direct-Style-and-Personality", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Hermes-Tool-Format", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 3, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-JSON-Schema", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 3, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Legal-Alternatives-and-Boundaries", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 0, | |
| "passed": 0, | |
| "ungraded": 10, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "Q36-Output-Integrity", | |
| "planned": 5, | |
| "attempted": 5, | |
| "completed": 5, | |
| "scored": 5, | |
| "passed": 5, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| }, | |
| { | |
| "benchmark": "TruthfulQA", | |
| "planned": 10, | |
| "attempted": 10, | |
| "completed": 10, | |
| "scored": 10, | |
| "passed": 7, | |
| "ungraded": 0, | |
| "not_run": 0, | |
| "incomplete": 0 | |
| } | |
| ] | |
| } | |
| ] | |
| } |