prithivMLmods commited on
Commit
aea95a5
·
verified ·
1 Parent(s): 5976ae0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -14,24 +14,24 @@ tags:
14
 
15
  > **Open-Xi-Math-Preview** is a **mathematics-focused reasoning model** fine-tuned on **Qwen2-1.5B-Instruct**, utilizing a **modular dataset** designed for enhancing **mathematical thinking**. It provides robust capabilities in symbolic reasoning, structured deduction, and compact coding — optimized for edge deployment on **resource-constrained devices**.
16
 
17
- ## Model File
18
-
19
- | File Name | Size | Commit Message | Time Uploaded |
20
- | ---------------------------------- | --------- | ------------------------------------ | ---------------------- |
21
- | `.gitattributes` | 2.39 kB | Upload folder using huggingface\_hub | About 2 hours ago |
22
- | `Open-Xi-Math-Preview.Q2_K.gguf` | 753 MB | Upload folder using huggingface\_hub | About 2 hours ago |
23
- | `Open-Xi-Math-Preview.Q3_K_M.gguf` | 924 MB | Upload folder using huggingface\_hub | About 2 hours ago |
24
- | `Open-Xi-Math-Preview.Q4_K_M.gguf` | 1.12 GB | Upload folder using huggingface\_hub | About 2 hours ago |
25
- | `Open-Xi-Math-Preview.Q4_K_S.gguf` | 1.07 GB | Upload folder using huggingface\_hub | About 2 hours ago |
26
- | `Open-Xi-Math-Preview.Q5_K_M.gguf` | 1.29 GB | Upload folder using huggingface\_hub | About 2 hours ago |
27
- | `Open-Xi-Math-Preview.Q5_K_S.gguf` | 1.26 GB | Upload folder using huggingface\_hub | About 2 hours ago |
28
- | `Open-Xi-Math-Preview.Q6_K.gguf` | 1.46 GB | Upload folder using huggingface\_hub | About 2 hours ago |
29
- | `Open-Xi-Math-Preview.Q8_0.gguf` | 1.89 GB | Upload folder using huggingface\_hub | About 2 hours ago |
30
- | `Open-Xi-Math-Preview.BF16.gguf` | 3.56 GB | Upload folder using huggingface\_hub | About 2 hours ago |
31
- | `Open-Xi-Math-Preview.F16.gguf` | 3.56 GB | Upload folder using huggingface\_hub | About 2 hours ago |
32
- | `Open-Xi-Math-Preview.F32.gguf` | 7.11 GB | Upload folder using huggingface\_hub | About 2 hours ago |
33
- | `README.md` | 578 Bytes | Update README.md | Less than a minute ago |
34
- | `config.json` | 31 Bytes | Upload folder using huggingface\_hub | About 1 hour ago |
35
 
36
  ## Quants Usage
37
 
 
14
 
15
  > **Open-Xi-Math-Preview** is a **mathematics-focused reasoning model** fine-tuned on **Qwen2-1.5B-Instruct**, utilizing a **modular dataset** designed for enhancing **mathematical thinking**. It provides robust capabilities in symbolic reasoning, structured deduction, and compact coding — optimized for edge deployment on **resource-constrained devices**.
16
 
17
+ ## Model Files
18
+
19
+ | File Name | Size | Quantization | Format | Description |
20
+ | ---------------------------------- | ------- | ------------ | ------ | ----------------------------- |
21
+ | `Open-Xi-Math-Preview.BF16.gguf` | 3.56 GB | BF16 | GGUF | BFloat16 precision version |
22
+ | `Open-Xi-Math-Preview.F16.gguf` | 3.56 GB | FP16 | GGUF | Float16 precision version |
23
+ | `Open-Xi-Math-Preview.F32.gguf` | 7.11 GB | FP32 | GGUF | Float32 precision version |
24
+ | `Open-Xi-Math-Preview.Q2_K.gguf` | 753 MB | Q2\_K | GGUF | 2-bit quantized (K variant) |
25
+ | `Open-Xi-Math-Preview.Q3_K_M.gguf` | 924 MB | Q3\_K\_M | GGUF | 3-bit quantized (K M variant) |
26
+ | `Open-Xi-Math-Preview.Q4_K_M.gguf` | 1.12 GB | Q4\_K\_M | GGUF | 4-bit quantized (K M variant) |
27
+ | `Open-Xi-Math-Preview.Q4_K_S.gguf` | 1.07 GB | Q4\_K\_S | GGUF | 4-bit quantized (K S variant) |
28
+ | `Open-Xi-Math-Preview.Q5_K_M.gguf` | 1.29 GB | Q5\_K\_M | GGUF | 5-bit quantized (K M variant) |
29
+ | `Open-Xi-Math-Preview.Q5_K_S.gguf` | 1.26 GB | Q5\_K\_S | GGUF | 5-bit quantized (K S variant) |
30
+ | `Open-Xi-Math-Preview.Q6_K.gguf` | 1.46 GB | Q6\_K | GGUF | 6-bit quantized (K variant) |
31
+ | `Open-Xi-Math-Preview.Q8_0.gguf` | 1.89 GB | Q8\_0 | GGUF | 8-bit quantized |
32
+ | `.gitattributes` | 2.39 kB | — | | Git LFS tracking file |
33
+ | `config.json` | 31 B | | | Configuration file |
34
+ | `README.md` | 4.29 kB | — | | Model documentation |
35
 
36
  ## Quants Usage
37