Downloads · 30 days
936
17% of all-time downloads
Shadow0482/mythos_fast
mythos_fast is a reinforcement learning model from Shadow0482. Use it for the reinforcement learning task on the model card, and read the license before you ship it in a product.
mythosfast is a fine-tuned version of WeiboAI/VibeThinker-3B, adapted for custom tool-use and agentic task execution. The base model was trained on a rich dataset of approximately 2 million samples covering multi-step…
Downloads · 30 days
936
17% of all-time downloads
All-time downloads
5.4K
Public
Repo size
25.3 GB
Likes
11
Public
Click a slice to open those files.
.gguf25.3 GB · 100%
From the Hugging Face model README
mythos_fast is a fine-tuned version of WeiboAI/VibeThinker-3B, adapted for custom tool-use and agentic task execution. The base model was trained on a rich dataset of approximately 2 million samples covering multi-step tool calls, function-calling formats, and agent-style reasoning traces, then converted to GGUF format for efficient local inference with llama.cpp.
VibeThinker-3B.F16.ggufFor text-only LLMs:
llama-cli -hf Shadow0482/mythos_fast --jinja
For multimodal models:
llama-mtmd-cli -hf Shadow0482/mythos_fast --jinja
This model is intended for local inference scenarios that require tool-calling and agent-style task execution, such as autonomous agents, function-calling pipelines, and multi-step reasoning workflows.
Performance on tool-use tasks depends on the format and structure of tool definitions provided at inference time. Results may vary outside the training distribution covered by the fine-tuning dataset.