AbstractPhil commited on
Commit
d7f01ca
·
verified ·
1 Parent(s): 0d5344f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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": "beeper_rose_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_rose_final.safetensors",
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": "beeper_rose_final.safetensors",
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
  }