dahara1 commited on
Commit
9596d9a
1 Parent(s): 51ab5fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  - gemma2
8
  - llama.cpp
9
  - gguf
 
10
  ---
11
 
12
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630469550907b9a115c91e62/m11e35NrZMi7ZpBQ7C6KV.png)
@@ -172,6 +173,4 @@ The following are the [recommended parameters](https://huggingface.co/google/gem
172
  - -e (escape newlines (\n))
173
  - --temp 0(pick most probable tokens)
174
  - --repeat-penalty 1.0(disable repetition penalty (it's never a good idea to have this with instruction tuned models)~~ latest llama.cpp default behavior, so don't mind.
175
- - ~~--no-penalize-nl(do not penalize repeating newlines)~~ latest llama.cpp's default behavior so you need not this option.
176
-
177
-
 
7
  - gemma2
8
  - llama.cpp
9
  - gguf
10
+ license: gemma
11
  ---
12
 
13
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630469550907b9a115c91e62/m11e35NrZMi7ZpBQ7C6KV.png)
 
173
  - -e (escape newlines (\n))
174
  - --temp 0(pick most probable tokens)
175
  - --repeat-penalty 1.0(disable repetition penalty (it's never a good idea to have this with instruction tuned models)~~ latest llama.cpp default behavior, so don't mind.
176
+ - ~~--no-penalize-nl(do not penalize repeating newlines)~~ latest llama.cpp's default behavior so you need not this option.