MagmaCubes1133 commited on
Commit
8c88a99
·
verified ·
1 Parent(s): 9eed9b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
  title: 3B Thinking (vLLM + Controller)
3
- emoji: 🧠
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4
8
  app_file: app.py
9
- pinned: false
 
10
  ---
11
 
12
  This Space wraps `meta-llama/Llama-3.2-3B-Instruct` with a simple
@@ -18,4 +19,4 @@ This Space wraps `meta-llama/Llama-3.2-3B-Instruct` with a simple
18
 
19
  **Notes**
20
  - Uses the tokenizer's chat template for correct formatting.
21
- - Private reasoning stays inside `<THINK>…</THINK>`; only `<FINAL>…</FINAL>` is shown to the user.
 
1
  ---
2
  title: 3B Thinking (vLLM + Controller)
3
+ emoji: 🏆
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.49.1
8
  app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
  ---
12
 
13
  This Space wraps `meta-llama/Llama-3.2-3B-Instruct` with a simple
 
19
 
20
  **Notes**
21
  - Uses the tokenizer's chat template for correct formatting.
22
+ - Private reasoning stays inside `<THINK>…</THINK>`; only `<FINAL>…</FINAL>` is shown to the user.