Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							·
						
						e4c0241
	
1
								Parent(s):
							
							7801658
								
update title and link
Browse files- README.md +3 -5
 - src/routes/+page.svelte +2 -2
 
    	
        README.md
    CHANGED
    
    | 
         @@ -1,15 +1,13 @@ 
     | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
            -
            title: Instant  
     | 
| 3 | 
         
             
            emoji: 🤏
         
     | 
| 4 | 
         
             
            colorFrom: green
         
     | 
| 5 | 
         
             
            colorTo: purple
         
     | 
| 6 | 
         
             
            sdk: docker
         
     | 
| 7 | 
         
             
            pinned: false
         
     | 
| 8 | 
         
            -
            short_description: Run  
     | 
| 9 | 
         
             
            license: mit
         
     | 
| 10 | 
         
             
            app_port: 3000
         
     | 
| 11 | 
         
             
            ---
         
     | 
| 12 | 
         | 
| 13 | 
         
            -
            #  
     | 
| 14 | 
         
            -
             
     | 
| 15 | 
         
            -
            A fun demo showcasing the [SmolLM](https://huggingface.co/mlc-ai/SmolLM-360M-Instruct-q4f16_1-MLC) model from Hugging Face powered by WebLLM.
         
     | 
| 
         | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
            +
            title: Instant SmolLM
         
     | 
| 3 | 
         
             
            emoji: 🤏
         
     | 
| 4 | 
         
             
            colorFrom: green
         
     | 
| 5 | 
         
             
            colorTo: purple
         
     | 
| 6 | 
         
             
            sdk: docker
         
     | 
| 7 | 
         
             
            pinned: false
         
     | 
| 8 | 
         
            +
            short_description: Run SmolLM-360M-Instruct in realtime with MLC WebLLM
         
     | 
| 9 | 
         
             
            license: mit
         
     | 
| 10 | 
         
             
            app_port: 3000
         
     | 
| 11 | 
         
             
            ---
         
     | 
| 12 | 
         | 
| 13 | 
         
            +
            # Instant SmolLM
         
     | 
| 
         | 
|
| 
         | 
    	
        src/routes/+page.svelte
    CHANGED
    
    | 
         @@ -123,8 +123,8 @@ 
     | 
|
| 123 | 
         
             
                  alt="logo" 
         
     | 
| 124 | 
         
             
                class="absolute top-0 right-0 w-28 h-28 object-contain -mt-8 -mr-8 lg:-mr-16"
         
     | 
| 125 | 
         
             
                />
         
     | 
| 126 | 
         
            -
                <h1 class="text-center font-bold text-5xl text-gray-800 mb-2">SmolLM 
     | 
| 127 | 
         
            -
                <p class="text-center text-sm text-gray-600">Powered by <a href="https://huggingface.co/mlc-ai" target="_blank" class="underline text-gray-800">MLC</a> WebLLM <a class="underline text-gray-800" href="https://huggingface.co/HuggingFaceTB/ 
     | 
| 128 | 
         
             
                <p class="text-center text-xs text-gray-600 mb-4 italic">This is a smol model, go easy on it. Check out <a href="https://huggingface.co/spaces/HuggingFaceTB/SmolLM-360M-Instruct-WebGPU" target="_blank" class="underline text-gray-800">this demo</a> for full conversations.</p>
         
     | 
| 129 | 
         | 
| 130 | 
         
             
                <Textarea 
         
     | 
| 
         | 
|
| 123 | 
         
             
                  alt="logo" 
         
     | 
| 124 | 
         
             
                class="absolute top-0 right-0 w-28 h-28 object-contain -mt-8 -mr-8 lg:-mr-16"
         
     | 
| 125 | 
         
             
                />
         
     | 
| 126 | 
         
            +
                <h1 class="text-center font-bold text-5xl text-gray-800 mb-2">Instant SmolLM</h1>
         
     | 
| 127 | 
         
            +
                <p class="text-center text-sm text-gray-600">Powered by <a href="https://huggingface.co/mlc-ai" target="_blank" class="underline text-gray-800">MLC</a> WebLLM <a class="underline text-gray-800" href="https://huggingface.co/HuggingFaceTB/SmolLM-360M-Instruct" target="_blank">SmolLM-360M-Instruct</a></p>
         
     | 
| 128 | 
         
             
                <p class="text-center text-xs text-gray-600 mb-4 italic">This is a smol model, go easy on it. Check out <a href="https://huggingface.co/spaces/HuggingFaceTB/SmolLM-360M-Instruct-WebGPU" target="_blank" class="underline text-gray-800">this demo</a> for full conversations.</p>
         
     | 
| 129 | 
         | 
| 130 | 
         
             
                <Textarea 
         
     |