AbstractPhil commited on
Commit
4459e69
·
verified ·
1 Parent(s): 48dfa68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,12 +11,12 @@ from safetensors.torch import load_file as load_safetensors
11
  MODEL_VERSIONS = {
12
  "Beeper v3 (Multi-Concept)": {
13
  "repo_id": "AbstractPhil/beeper-rose-v3",
14
- "model_file": "beeper_final.safetensors",
15
  "description": "Beeper v3 with 30+ epochs including reasoning, math, coding, and more."
16
  },
17
  "Beeper v2 (Extended)": {
18
  "repo_id": "AbstractPhil/beeper-rose-v2",
19
- "model_file": "beeper_final.safetensors",
20
  "description": "Beeper v2 with extended training (~15 epochs)"
21
  },
22
  "Beeper v1 (Original)": {
 
11
  MODEL_VERSIONS = {
12
  "Beeper v3 (Multi-Concept)": {
13
  "repo_id": "AbstractPhil/beeper-rose-v3",
14
+ "model_file": "beeper_rose_final.safetensors",
15
  "description": "Beeper v3 with 30+ epochs including reasoning, math, coding, and more."
16
  },
17
  "Beeper v2 (Extended)": {
18
  "repo_id": "AbstractPhil/beeper-rose-v2",
19
+ "model_file": "beeper_rose_final.safetensors",
20
  "description": "Beeper v2 with extended training (~15 epochs)"
21
  },
22
  "Beeper v1 (Original)": {