Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,12 +11,12 @@ from safetensors.torch import load_file as load_safetensors
|
|
11 |
MODEL_VERSIONS = {
|
12 |
"Beeper v4 (Advanced)": {
|
13 |
"repo_id": "AbstractPhil/beeper-rose-v4",
|
14 |
-
"model_file": "
|
15 |
"description": "Beeper v4 with nearly 40% the full corpus training - the most capable version currently."
|
16 |
},
|
17 |
"Beeper v3 (Multi-Concept)": {
|
18 |
"repo_id": "AbstractPhil/beeper-rose-v3",
|
19 |
-
"model_file": "
|
20 |
"description": "Beeper v3 with 30+ epochs including reasoning, math, and ethics"
|
21 |
},
|
22 |
"Beeper v2 (Extended)": {
|
@@ -26,7 +26,7 @@ MODEL_VERSIONS = {
|
|
26 |
},
|
27 |
"Beeper v1 (Original)": {
|
28 |
"repo_id": "AbstractPhil/beeper-rose-tinystories-6l-512d-ctx512",
|
29 |
-
"model_file": "
|
30 |
"description": "Original Beeper trained on TinyStories"
|
31 |
},
|
32 |
}
|
|
|
11 |
MODEL_VERSIONS = {
|
12 |
"Beeper v4 (Advanced)": {
|
13 |
"repo_id": "AbstractPhil/beeper-rose-v4",
|
14 |
+
"model_file": "beeper_final.safetensors",
|
15 |
"description": "Beeper v4 with nearly 40% the full corpus training - the most capable version currently."
|
16 |
},
|
17 |
"Beeper v3 (Multi-Concept)": {
|
18 |
"repo_id": "AbstractPhil/beeper-rose-v3",
|
19 |
+
"model_file": "beeper_final.safetensors",
|
20 |
"description": "Beeper v3 with 30+ epochs including reasoning, math, and ethics"
|
21 |
},
|
22 |
"Beeper v2 (Extended)": {
|
|
|
26 |
},
|
27 |
"Beeper v1 (Original)": {
|
28 |
"repo_id": "AbstractPhil/beeper-rose-tinystories-6l-512d-ctx512",
|
29 |
+
"model_file": "beeper_rose.safetensors",
|
30 |
"description": "Original Beeper trained on TinyStories"
|
31 |
},
|
32 |
}
|