revert
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: gpl-3.0
|
| 3 |
metrics:
|
| 4 |
- perplexity
|
| 5 |
-
pipeline_tag:
|
| 6 |
tags:
|
| 7 |
- LLaMa
|
| 8 |
- text-generation-inference
|
|
@@ -38,4 +38,4 @@ Check https://github.com/ggerganov/llama.cpp#quantization for details on the dif
|
|
| 38 |
|
| 39 |
I recommend the following settings when running as a good starting point: ```main.exe -m ggml-LLaMa-65B-q4_0.bin -n -1 -t 42 -c 2048 --temp 0.4 --interactive-first --repeat_penalty 1.2 --color```
|
| 40 |
|
| 41 |
-
Be aware that LLaMa is a text generation model, not a conversational one, and as such you will have to prompt it differently than, for example, Vicuna or ChatGPT.
|
|
|
|
| 2 |
license: gpl-3.0
|
| 3 |
metrics:
|
| 4 |
- perplexity
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
tags:
|
| 7 |
- LLaMa
|
| 8 |
- text-generation-inference
|
|
|
|
| 38 |
|
| 39 |
I recommend the following settings when running as a good starting point: ```main.exe -m ggml-LLaMa-65B-q4_0.bin -n -1 -t 42 -c 2048 --temp 0.4 --interactive-first --repeat_penalty 1.2 --color```
|
| 40 |
|
| 41 |
+
Be aware that LLaMa is a text generation model, not a conversational one, and as such you will have to prompt it differently than, for example, Vicuna or ChatGPT.
|