Spaces:
Build error
Build error
Commit
•
97dc766
1
Parent(s):
9d01b14
🔧 Switch to StarCoderBase
Browse files
.env
CHANGED
@@ -38,8 +38,8 @@ MODELS=`[
|
|
38 |
}
|
39 |
},
|
40 |
{
|
41 |
-
"name":"bigcode/
|
42 |
-
"displayName":"BigCode/
|
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.
|
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,
|