ethanzxv commited on
Commit
05ab6f4
ยท
verified ยท
1 Parent(s): fa1d57a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -14,3 +14,46 @@ language:
14
  library_name: mlx
15
  pipeline_tag: text-generation
16
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  library_name: mlx
15
  pipeline_tag: text-generation
16
  ---
17
+
18
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/670641521fbaec252ff5012a/A-xPsLZCg0t7_rXDMYeQ8.png)
19
+
20
+ # Nexus-Flash-9B-MLX-4bit
21
+
22
+ This model is a fine-tuned version of **unsloth/Qwen3.5-9B**, optimized for agent-based reasoning tasks. It was trained using the [Unsloth](https://github.com/unslothai/unsloth) framework to achieve faster training speeds and memory efficiency.
23
+
24
+ ## ๐Ÿ“‹ Model Details
25
+
26
+ - **Developed by:** ethanzxv
27
+ - **Base Model:** [unsloth/Qwen3.5-9B](https://huggingface.co/unsloth/Qwen3.5-9B)
28
+ - **License:** Apache-2.0
29
+ - **Language:** English
30
+ - **Finetuning Dataset:** [lambda/hermes-agent-reasoning-traces](https://huggingface.co/datasets/lambda/hermes-agent-reasoning-traces)
31
+
32
+ ## ๐Ÿš€ Training & Optimization
33
+
34
+ This model was trained **2x faster** using [Unsloth](https://github.com/unslothai/unsloth) combined with Hugging Face's TRL library. Unsloth allows for efficient fine-tuning of Large Language Models (LLMs) with significantly reduced VRAM usage and increased throughput.
35
+
36
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
37
+
38
+ ### Dataset Information
39
+ The model was fine-tuned on the **Hermes Agent Reasoning Traces** dataset. This dataset focuses on enhancing the model's ability to perform complex reasoning steps, particularly in agentic workflows, by providing detailed traces of thought processes and decision-making paths.
40
+
41
+ - **Dataset:** [lambda/hermes-agent-reasoning-traces](https://huggingface.co/datasets/lambda/hermes-agent-reasoning-traces)
42
+
43
+ ## ๐ŸŽฏ Intended Use & Capabilities
44
+
45
+ This model is designed for:
46
+ - **Agent Reasoning:** Improved performance in tasks requiring multi-step logical deduction.
47
+ - **Complex Problem Solving:** Better handling of intricate queries that require chain-of-thought processing.
48
+ - **General Text Generation:** Maintains the strong general capabilities of the base Qwen3.5-9B model.
49
+
50
+ ## ๐Ÿ“„ License
51
+
52
+ This model is released under the **Apache-2.0** license. Please refer to the base model's license and the dataset's license for any additional restrictions or requirements.
53
+
54
+ ## ๐Ÿ™ Acknowledgements
55
+
56
+ - **[Unsloth](https://github.com/unslothai/unsloth):** For providing the efficient fine-tuning framework.
57
+ - **[Hugging Face TRL](https://huggingface.co/docs/trl):** For the training reinforcement library.
58
+ - **[Lambda](https://huggingface.co/lambda):** For curating the Hermes Agent Reasoning Traces dataset.
59
+ - **[Alibaba Cloud](https://huggingface.co/Qwen):** For the original Qwen3.5 base model.