Skip to content

Commit

Permalink
chore: update llama3 stopwords
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed May 28, 2024
1 parent df1a0f4 commit cb7b5fe
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions models/llama-3-70b-instruct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ config: |
template:
chat_message: \"instruct\"
stopwords:
- <|im_end|>
- <dummy32000>
- <|end_of_text|>
- <|start_header_id|>
- <|end_header_id|>
- <|eot_id|>
Expand Down
3 changes: 3 additions & 0 deletions models/llama-3-8b-instruct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ config: |
template:
chat_message: \"instruct\"
stopwords:
- <|im_end|>
- <dummy32000>
- <|end_of_text|>
- <|start_header_id|>
- <|end_header_id|>
- <|eot_id|>
Expand Down
3 changes: 3 additions & 0 deletions test/aikitfile-llama-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ config: |
template:
chat_message: \"instruct\"
stopwords:
- <|im_end|>
- <dummy32000>
- <|end_of_text|>
- <|start_header_id|>
- <|end_header_id|>
- <|eot_id|>
Expand Down
3 changes: 3 additions & 0 deletions test/aikitfile-llama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ config: |
template:
chat_message: \"instruct\"
stopwords:
- <|im_end|>
- <dummy32000>
- <|end_of_text|>
- <|start_header_id|>
- <|end_header_id|>
- <|eot_id|>
Expand Down
10 changes: 9 additions & 1 deletion test/aikitfile-unsloth-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config: |
backend: llama
parameters:
top_k: 80
temperature: 0.8
temperature: 0.2
top_p: 0.7
model: model-q4_k_m.gguf
context_size: 4096
Expand All @@ -29,3 +29,11 @@ config: |
mmap:
template:
chat: instruct
stopwords:
- <|im_end|>
- <dummy32000>
- <|end_of_text|>
- <|start_header_id|>
- <|end_header_id|>
- <|eot_id|>
- <|reserved_special_token

0 comments on commit cb7b5fe

Please sign in to comment.