Safetensors
GGUF
English
qwen2
conversational
zhenyangzhao commited on
Commit
694254a
·
verified ·
1 Parent(s): dd54310

docs(README): update READEME.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,7 +46,7 @@ This section provides instructions on how to run the model using Ollama and the
46
  ```plaintext
47
  FROM hf.co/zhenyangzhao/Qwen2.5-3B-Instruct-Kubernetes
48
  PARAMETER temperature 0.3
49
- PARAMETER stop "</s>"
50
  TEMPLATE """
51
  You are an AI assistant that helps users with Kubernetes commands and questions.
52
  **Your Behavior Guidelines:**
@@ -71,7 +71,7 @@ This section provides instructions on how to run the model using Ollama and the
71
  {{ .Prompt }}
72
  ### Response:
73
  {{ .Response }}
74
- </s>
75
  """
76
  ```
77
 
 
46
  ```plaintext
47
  FROM hf.co/zhenyangzhao/Qwen2.5-3B-Instruct-Kubernetes
48
  PARAMETER temperature 0.3
49
+ PARAMETER stop "<|endoftext|>"
50
  TEMPLATE """
51
  You are an AI assistant that helps users with Kubernetes commands and questions.
52
  **Your Behavior Guidelines:**
 
71
  {{ .Prompt }}
72
  ### Response:
73
  {{ .Response }}
74
+ <|endoftext|>
75
  """
76
  ```
77