Felladrin commited on
Commit
ef3a8a5
·
verified ·
1 Parent(s): 06f575f

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. Qwen3.6-35B-A3B-AntiLoop-F16.gguf +3 -0
  3. README.md +19 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Qwen3.6-35B-A3B-AntiLoop-F16.gguf filter=lfs diff=lfs merge=lfs -text
Qwen3.6-35B-A3B-AntiLoop-F16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9570be30ed5703b102f54b36d4a445d5f49026fa1ef578b69e0eeb3c90e6e21
3
+ size 71066994656
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ license_link: https://huggingface.co/Qwen/Qwen3.6-35B-A3B/blob/995ad96eacd98c81ed38be0c5b274b04031597b0/LICENSE
4
+ base_model: N8Programs/Qwen3.6-35B-A3B-AntiLoop
5
+ tags:
6
+ - gguf
7
+ - llama.cpp
8
+ - qwen3.6
9
+ - moe
10
+ quantized_by: Felladrin
11
+ ---
12
+
13
+ # gguf-f16-Qwen3.6-35B-A3B-AntiLoop
14
+
15
+ GGUF F16 conversion of [N8Programs/Qwen3.6-35B-A3B-AntiLoop](https://huggingface.co/N8Programs/Qwen3.6-35B-A3B-AntiLoop), produced with [llama.cpp](https://github.com/ggml-org/llama.cpp)'s `convert_hf_to_gguf.py`.
16
+
17
+ This is the full-precision (F16) text-model GGUF, unquantized, suitable as a base for further quantization (e.g. with `llama-quantize`). The multi-token-prediction (MTP) head is bundled in. The vision tower present in the source checkpoint is not included in this conversion.
18
+
19
+ See the source model card for benchmarks, training details, license terms, and usage notes.