coyotte508 HF staff commited on
Commit
97dc766
1 Parent(s): 9d01b14

🔧 Switch to StarCoderBase

Browse files
Files changed (1) hide show
  1. .env +3 -3
.env CHANGED
@@ -38,8 +38,8 @@ MODELS=`[
38
  }
39
  },
40
  {
41
- "name":"bigcode/starcoder",
42
- "displayName":"BigCode/StarCoder",
43
  "datasetName":"bigcode/the-stack-dedup",
44
  "description": "A good model for answering technical questions",
45
  "websiteUrl":"https://huggingface.co/bigcode/",
@@ -59,7 +59,7 @@ MODELS=`[
59
  "userMessageToken": "\n\nHuman: ",
60
  "assistantMessageToken": "\n\nAssistant:",
61
  "parameters": {
62
- "temperature": 0.2,
63
  "top_p": 0.9,
64
  "repetition_penalty": 1.2,
65
  "truncate": 8000,
 
38
  }
39
  },
40
  {
41
+ "name":"bigcode/starcoderbase",
42
+ "displayName":"BigCode/StarCoderBase",
43
  "datasetName":"bigcode/the-stack-dedup",
44
  "description": "A good model for answering technical questions",
45
  "websiteUrl":"https://huggingface.co/bigcode/",
 
59
  "userMessageToken": "\n\nHuman: ",
60
  "assistantMessageToken": "\n\nAssistant:",
61
  "parameters": {
62
+ "temperature": 0.1,
63
  "top_p": 0.9,
64
  "repetition_penalty": 1.2,
65
  "truncate": 8000,