LegoKeeper commited on
Commit
6c42bc7
·
verified ·
1 Parent(s): be3f894

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -1,14 +1,17 @@
1
- # Hexo-0.5-Mini
 
 
 
 
 
 
 
2
 
3
- - Author: `LegoKeeper`
4
- - Base model: `WeiboAI/VibeThinker-1.5B`
5
- - Fine-tuning: LoRA trained on Kaggle (project: Hexo_FT), then merged into the base model.
6
- - Quantization: `Q4_K_M` GGUF via `llama.cpp` (if present).
7
 
8
- ## Contents
 
9
 
10
- - LoRA adapter + tokenizer files (uploaded from `hexo-vibethinker-lora-manual`) — for future fine-tuning or merging.
11
- - `Hexo-0.5-Mini-Q4_K_M.gguf` — merged and quantized GGUF suitable for use with:
12
- - `llama.cpp`
13
- - `ollama` (after import)
14
- - any GGUF-compatible runtime.
 
1
+ ---
2
+ base_model: WeiboAI/VibeThinker-1.5B
3
+ library_name: peft
4
+ tags:
5
+ - llama-cpp
6
+ - gguf
7
+ - loRA
8
+ ---
9
 
10
+ # LegoKeeper/Hexo-0.5-Mini
 
 
 
11
 
12
+ - **Base Model:** WeiboAI/VibeThinker-1.5B
13
+ - **Quantization:** Q4_K_M
14
 
15
+ ## Usage
16
+
17
+ This repo contains the merged FP16 model (in safetensors), the LoRA adapter, and the GGUF file `Hexo-0.5-Mini-Q4_K_M.gguf`.