ngxson HF staff commited on
Commit
99d96a3
1 Parent(s): 37cbc65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Speculative decoding with Qwen 32B + Qwen 1.5B
2
 
3
  Example:
 
1
+ ---
2
+ license: apache-2.0
3
+ license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct-GGUF/blob/main/LICENSE
4
+ language:
5
+ - en
6
+ base_model:
7
+ - Qwen/Qwen2.5-Coder-32B-Instruct
8
+ pipeline_tag: text-generation
9
+ library_name: gguf
10
+ tags:
11
+ - code
12
+ - codeqwen
13
+ - chat
14
+ - qwen
15
+ - qwen-coder
16
+ ---
17
+
18
  # Speculative decoding with Qwen 32B + Qwen 1.5B
19
 
20
  Example: