Shadow0482 commited on
Commit
9026002
·
verified ·
1 Parent(s): a55390e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -9
README.md CHANGED
@@ -2,19 +2,45 @@
2
  tags:
3
  - gguf
4
  - llama.cpp
5
- - unsloth
6
-
 
 
7
  ---
8
 
9
  # mythos_fast : GGUF
10
 
11
- This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
 
 
 
 
12
 
13
- **Example usage**:
14
- - For text only LLMs: `llama-cli -hf Shadow0482/mythos_fast --jinja`
15
- - For multimodal models: `llama-mtmd-cli -hf Shadow0482/mythos_fast --jinja`
 
 
 
16
 
17
- ## Available Model files:
18
  - `VibeThinker-3B.F16.gguf`
19
- This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
20
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - gguf
4
  - llama.cpp
5
+ - agent
6
+ - tool-use
7
+ base_model: WeiboAI/VibeThinker-3B
8
+ pipeline_tag: reinforcement-learning
9
  ---
10
 
11
  # mythos_fast : GGUF
12
 
13
+ ## Model Description
14
+
15
+ mythos_fast is a fine-tuned version of [WeiboAI/VibeThinker-3B](https://huggingface.co/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.
16
+
17
+ ## Training Details
18
 
19
+ - **Base model:** WeiboAI/VibeThinker-3B
20
+ - **Fine-tuning focus:** tool-use / function calling, agentic task completion
21
+ - **Dataset size:** ~2,000,000 samples
22
+ - **Output format:** GGUF (F16)
23
+
24
+ ## Available Model Files
25
 
 
26
  - `VibeThinker-3B.F16.gguf`
27
+
28
+ ## Usage
29
+
30
+ For text-only LLMs:
31
+ ```
32
+ llama-cli -hf Shadow0482/mythos_fast --jinja
33
+ ```
34
+
35
+ For multimodal models:
36
+ ```
37
+ llama-mtmd-cli -hf Shadow0482/mythos_fast --jinja
38
+ ```
39
+
40
+ ## Intended Use
41
+
42
+ 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.
43
+
44
+ ## Limitations
45
+
46
+ 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.
Free AI Image Generator No sign-up. Instant results. Open Now