cfahlgren1 HF staff commited on
Commit
e4c0241
1 Parent(s): 7801658

update title and link

Browse files
Files changed (2) hide show
  1. README.md +3 -5
  2. src/routes/+page.svelte +2 -2
README.md CHANGED
@@ -1,15 +1,13 @@
1
  ---
2
- title: Instant Smol
3
  emoji: 🤏
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
8
- short_description: Run the finetuned SmolLM-360M in realtime with WebLLM
9
  license: mit
10
  app_port: 3000
11
  ---
12
 
13
- # Smol Playground
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 Playground</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-add-basics" target="_blank">SmolLM-360M-Instruct-Add-Basics</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
 
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