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 v3 (Multi-Concept)": {
         
     | 
| 13 | 
         
             
                    "repo_id": "AbstractPhil/beeper-rose-v3",
         
     | 
| 14 | 
         
            -
                    "model_file": " 
     | 
| 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": " 
     | 
| 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)": {
         
     |