lastmass commited on
Commit
41a11e9
·
verified ·
1 Parent(s): fd15357

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -12
README.md CHANGED
@@ -1,12 +1,25 @@
1
- ---
2
- title: Qwen3 Medical
3
- emoji: 📊
4
- colorFrom: gray
5
- colorTo: pink
6
- sdk: docker
7
- pinned: false
8
- license: mit
9
- short_description: using lastmass/Qwen3_Medical_GRPO demo
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Qwen3 Medical
3
+ emoji: 📊
4
+ colorFrom: gray
5
+ colorTo: pink
6
+ sdk: docker
7
+ pinned: false
8
+ license: mit
9
+ short_description: lastmass/Qwen3_Medical_GRPO Demo
10
+ models:
11
+ - lastmass/Qwen3_Medical_GRPO
12
+ datasets:
13
+ - lastmass/Qwen3_Medical_GRPO
14
+ ---
15
+
16
+ This Space demonstrates the **lastmass/Qwen3_Medical_GRPO** model (Q4_K_M quantized version).
17
+
18
+ ⚠️ **Please Note:** This demo runs on Hugging Face's provided free CPU hardware, so inference is **very slow**.
19
+
20
+ For a much better and faster experience, we highly recommend running inference **locally** on your own machine with a GPU.
21
+ Please refer to the source model repository **[lastmass/Qwen3_Medical_GRPO](https://huggingface.co/lastmass/Qwen3_Medical_GRPO)**
22
+ for detailed usage instructions. For optimal performance, it is suggested to use **vLLM** for inference.
23
+
24
+
25
+ ---