ctranslate2-4you
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Conversion of https://huggingface.co/Qwen/Qwen2.5-3B-Instruct into the ```ctranslate2``` format using ```int8``` quantization.
|
2 |
|
3 |
NOTE #1: This requires a version of ```ctranslate2``` GREATER THAN 4.5.0.
|
@@ -216,4 +225,4 @@ def main():
|
|
216 |
if __name__ == "__main__":
|
217 |
main()
|
218 |
```
|
219 |
-
</details>
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-3B-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-3B-Instruct into the ```ctranslate2``` format using ```int8``` quantization.
|
11 |
|
12 |
NOTE #1: This requires a version of ```ctranslate2``` GREATER THAN 4.5.0.
|
|
|
225 |
if __name__ == "__main__":
|
226 |
main()
|
227 |
```
|
228 |
+
</details>
|