ctranslate2-4you commited on
Commit
d7c9aec
1 Parent(s): 3532565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  Conversion of https://huggingface.co/Qwen/Qwen2.5-14B-Instruct into the ```ctranslate2``` format using ```int8``` quantization.
2
 
3
  NOTE #1: This requires a version of ```ctranslate2``` GREATER THAN 4.5.0.
 
1
+ ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-Coder-14B-Instruct
4
+ base_model_relation: quantized
5
+ tags:
6
+ - ctranslate2
7
+ - Qwen2.5
8
+ - chat
9
+ ---
10
  Conversion of https://huggingface.co/Qwen/Qwen2.5-14B-Instruct into the ```ctranslate2``` format using ```int8``` quantization.
11
 
12
  NOTE #1: This requires a version of ```ctranslate2``` GREATER THAN 4.5.0.