Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ctranslate2
|
3 |
+
base_model:
|
4 |
+
- LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct
|
5 |
+
base_model_relation: quantized
|
6 |
+
tags:
|
7 |
+
- ctranslate2
|
8 |
+
- chat
|
9 |
+
---
|
10 |
+
Ctranslate2 8-bit quantization of [original model](https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct).
|
11 |
+
|
12 |
+
However, this would not have been possible without the model first being converted to Llama format [from here](https://huggingface.co/datalama/EXAONE-3.5-7.8B-Instruct-Llamafied)
|