jackasda211233 commited on
Commit
2b17a7a
·
verified ·
1 Parent(s): c5fde11

Add safetensors folder guidance with Q4_NL link

Browse files
Files changed (1) hide show
  1. bf16-safetensors/README.md +17 -0
bf16-safetensors/README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BF16 safetensors checkpoint
2
+
3
+ This folder contains the HF/Transformers-format BF16 checkpoint for the released `15,20` RYS branch.
4
+
5
+ Use this folder if you want to train, fine-tune, run LoRA/SFT, inspect the original tensors, or convert the model into another format.
6
+
7
+ If you just want the practical inference build, use the Q4_NL GGUF on the main model page:
8
+
9
+ [`Qwen3.6-27B-AEON-RYS-MaxThinkCoder-IQ4_NL-ik-llama-custom-mixed.gguf`](https://huggingface.co/jackasda211233/Qwen3.6-27B-AEON-RYS-15-20-GGUF/blob/main/Qwen3.6-27B-AEON-RYS-MaxThinkCoder-IQ4_NL-ik-llama-custom-mixed.gguf)
10
+
11
+ The Q4_NL file is the intended useful release for normal local inference. The BF16 safetensors are mainly here as a reference/training source for people who want to build on top of the model.
12
+
13
+ For a GGUF-side unquantized reference, the repo also includes:
14
+
15
+ [`Qwen3.6-27B-AEON-RYS-MaxThinkCoder-BF16.gguf`](https://huggingface.co/jackasda211233/Qwen3.6-27B-AEON-RYS-15-20-GGUF/blob/main/Qwen3.6-27B-AEON-RYS-MaxThinkCoder-BF16.gguf)
16
+
17
+ RYS metadata note: this checkpoint keeps the corrected `15,20` hybrid-stack config, including `text_config.num_hidden_layers = 69` and the matching 69-entry `text_config.layer_types` list. If you rebuild or modify the stack, remap `layer_types` with the same output-to-source mapping as the tensors.