Upload README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,14 @@ license: llama2
|
|
7 |
model_creator: Sao10k
|
8 |
model_name: JanniesBasedLigma L2 13B
|
9 |
model_type: llama
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
quantized_by: TheBloke
|
11 |
---
|
12 |
|
@@ -58,6 +66,7 @@ Here is an incomplate list of clients and libraries that are known to support GG
|
|
58 |
<!-- repositories-available start -->
|
59 |
## Repositories available
|
60 |
|
|
|
61 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GPTQ)
|
62 |
* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF)
|
63 |
* [Sao10k's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Sao10K/JanniesBasedLigma-L2-13B)
|
|
|
7 |
model_creator: Sao10k
|
8 |
model_name: JanniesBasedLigma L2 13B
|
9 |
model_type: llama
|
10 |
+
prompt_template: 'You are a helpful AI assistant.
|
11 |
+
|
12 |
+
|
13 |
+
USER: {prompt}
|
14 |
+
|
15 |
+
ASSISTANT:
|
16 |
+
|
17 |
+
'
|
18 |
quantized_by: TheBloke
|
19 |
---
|
20 |
|
|
|
66 |
<!-- repositories-available start -->
|
67 |
## Repositories available
|
68 |
|
69 |
+
* [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-AWQ)
|
70 |
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GPTQ)
|
71 |
* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/JanniesBasedLigma-L2-13B-GGUF)
|
72 |
* [Sao10k's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Sao10K/JanniesBasedLigma-L2-13B)
|