Spaces:
Build error
Build error
limcheekin
commited on
Commit
•
da8a610
1
Parent(s):
c86b328
chore: added notus-7b-v1-gguf model
Browse files- .env.local.template +19 -0
.env.local.template
CHANGED
@@ -19,6 +19,25 @@ OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that
|
|
19 |
OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
|
20 |
|
21 |
MODELS=`[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
{
|
23 |
"name": "TheBloke/zephyr-7B-beta-GGUF",
|
24 |
"id": "zephyr-7b-beta-gguf",
|
|
|
19 |
OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
|
20 |
|
21 |
MODELS=`[
|
22 |
+
{
|
23 |
+
"name": "TheBloke/notus-7B-v1-GGUF",
|
24 |
+
"id": "notus-7b-v1-gguf",
|
25 |
+
"websiteUrl": "https://huggingface.co/spaces/limcheekin/notus-7B-v1-GGUF",
|
26 |
+
"parameters": {
|
27 |
+
"temperature": 0.7,
|
28 |
+
"top_p": 0.95,
|
29 |
+
"repetition_penalty": 1.2,
|
30 |
+
"top_k": 50,
|
31 |
+
"truncate": 1000,
|
32 |
+
"max_new_tokens": 256,
|
33 |
+
"stop": [],
|
34 |
+
"stream": true
|
35 |
+
},
|
36 |
+
"endpoints": [{
|
37 |
+
"type" : "openai",
|
38 |
+
"baseURL": "https://limcheekin-notus-7b-v1-gguf.hf.space/v1"
|
39 |
+
}]
|
40 |
+
},
|
41 |
{
|
42 |
"name": "TheBloke/zephyr-7B-beta-GGUF",
|
43 |
"id": "zephyr-7b-beta-gguf",
|