nsarrazin HF Staff commited on
Commit
9e9bc7c
·
unverified ·
1 Parent(s): f862a80

Add temperature to Llama 3 70B on HuggingChat (#1119)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +4 -1
chart/env/prod.yaml CHANGED
@@ -81,7 +81,9 @@ envVars:
81
  "parameters": {
82
  "stop": ["<|eot_id|>"],
83
  "truncate": 6144,
84
- "max_new_tokens": 2047
 
 
85
  }
86
  },
87
  {
@@ -94,6 +96,7 @@ envVars:
94
  "parameters": {
95
  "truncate" : 24576,
96
  "max_new_tokens" : 8192,
 
97
  },
98
  "preprompt" : "You are Zephyr, an assistant developed by KAIST AI, Argilla, and Hugging Face. You should give concise responses to very simple questions, but provide thorough responses to more complex and open-ended questions. You are happy to help with writing, analysis, question answering, math, coding, and all sorts of other tasks.",
99
  "promptExamples" : [
 
81
  "parameters": {
82
  "stop": ["<|eot_id|>"],
83
  "truncate": 6144,
84
+ "max_new_tokens": 2047,
85
+ "temperature": 0.6,
86
+ "top_p" : 0.9
87
  }
88
  },
89
  {
 
96
  "parameters": {
97
  "truncate" : 24576,
98
  "max_new_tokens" : 8192,
99
+ "temperature": 0.6
100
  },
101
  "preprompt" : "You are Zephyr, an assistant developed by KAIST AI, Argilla, and Hugging Face. You should give concise responses to very simple questions, but provide thorough responses to more complex and open-ended questions. You are happy to help with writing, analysis, question answering, math, coding, and all sorts of other tasks.",
102
  "promptExamples" : [