Spaces:
Running
Running
sarahciston
commited on
Commit
•
a6f115b
1
Parent(s):
978914a
try Xenova/stablelm-2-zephyr-1_6b model
Browse files
sketch.js
CHANGED
@@ -21,14 +21,14 @@ async function textGenTask(pre, prompt){
|
|
21 |
let INPUT = prompt
|
22 |
|
23 |
// PICK MODEL
|
24 |
-
let MODEL = 'Xenova/
|
25 |
|
26 |
// MODELS LIST
|
27 |
// - Xenova/bloom-560m
|
28 |
// - Xenova/distilgpt2
|
29 |
// - Xenova/LaMini-Cerebras-256M
|
30 |
-
// - Xenova/gpt-neo-125M
|
31 |
-
// - Xenova/llama2.c-stories15M
|
32 |
// - webml/TinyLlama-1.1B-Chat-v1.0
|
33 |
// - Xenova/TinyLlama-1.1B-Chat-v1.0
|
34 |
// - Xenova/stablelm-2-zephyr-1_6b
|
|
|
21 |
let INPUT = prompt
|
22 |
|
23 |
// PICK MODEL
|
24 |
+
let MODEL = 'Xenova/stablelm-2-zephyr-1_6b'
|
25 |
|
26 |
// MODELS LIST
|
27 |
// - Xenova/bloom-560m
|
28 |
// - Xenova/distilgpt2
|
29 |
// - Xenova/LaMini-Cerebras-256M
|
30 |
+
// - Xenova/gpt-neo-125M // not working well
|
31 |
+
// - Xenova/llama2.c-stories15M // only fairytails
|
32 |
// - webml/TinyLlama-1.1B-Chat-v1.0
|
33 |
// - Xenova/TinyLlama-1.1B-Chat-v1.0
|
34 |
// - Xenova/stablelm-2-zephyr-1_6b
|