Spaces:
Build error
Build error
limcheekin
commited on
Commit
·
f1a164c
1
Parent(s):
d4273dd
chore: added openchat-3-5-gguf and starling-lm-7b-alpha
Browse files- .env.local.template +38 -0
.env.local.template
CHANGED
@@ -56,6 +56,44 @@ MODELS=`[
|
|
56 |
"type" : "openai",
|
57 |
"baseURL": "https://limcheekin-neural-chat-7b-v3-1-gguf.hf.space/v1"
|
58 |
}]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
60 |
]`
|
61 |
|
|
|
56 |
"type" : "openai",
|
57 |
"baseURL": "https://limcheekin-neural-chat-7b-v3-1-gguf.hf.space/v1"
|
58 |
}]
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"name": "TheBloke/openchat_3.5-GGUF",
|
62 |
+
"id": "openchat-3-5-gguf",
|
63 |
+
"websiteUrl": "https://huggingface.co/spaces/limcheekin/openchat_3.5-GGUF",
|
64 |
+
"parameters": {
|
65 |
+
"temperature": 0.5,
|
66 |
+
"top_p": 0.95,
|
67 |
+
"repetition_penalty": 1.2,
|
68 |
+
"top_k": 50,
|
69 |
+
"truncate": 1000,
|
70 |
+
"max_new_tokens": 1024,
|
71 |
+
"stop": [],
|
72 |
+
"stream": true
|
73 |
+
},
|
74 |
+
"endpoints": [{
|
75 |
+
"type" : "openai",
|
76 |
+
"baseURL": "https://limcheekin-openchat-3-5-gguf.hf.space/v1"
|
77 |
+
}]
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"name": "TheBloke/Starling-LM-7B-alpha-GGUF",
|
81 |
+
"id": "starling-lm-7b-alpha",
|
82 |
+
"websiteUrl": "https://huggingface.co/spaces/limcheekin/Starling-LM-7B-alpha-GGUF",
|
83 |
+
"parameters": {
|
84 |
+
"temperature": 0,
|
85 |
+
"top_p": 0.95,
|
86 |
+
"repetition_penalty": 1.2,
|
87 |
+
"top_k": 50,
|
88 |
+
"truncate": 1000,
|
89 |
+
"max_new_tokens": 1024,
|
90 |
+
"stop": [],
|
91 |
+
"stream": true
|
92 |
+
},
|
93 |
+
"endpoints": [{
|
94 |
+
"type" : "openai",
|
95 |
+
"baseURL": "https://limcheekin-starling-lm-7b-alpha-gguf.hf.space/v1"
|
96 |
+
}]
|
97 |
}
|
98 |
]`
|
99 |
|