Spaces:
Sleeping
Sleeping
chore: update README
Browse files
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
1 |
+
# Phi-4 Reasoning Demo (Hugging Face Space)
|
2 |
+
|
3 |
+
This is a Gradio-powered demo using the `microsoft/phi-4-reasoning-plus` model from Hugging Face for advanced reasoning and text generation.
|
4 |
+
|
5 |
+
## π Model
|
6 |
+
|
7 |
+
- **Model:** [`microsoft/phi-4-reasoning-plus`](https://huggingface.co/microsoft/phi-4-reasoning-plus)
|
8 |
+
- **Use Case:** Text generation, reasoning tasks, assistant-style prompts
|
9 |
+
|
10 |
+
## π Features
|
11 |
+
|
12 |
+
- Simple Gradio interface
|
13 |
+
- Accepts a user prompt and returns a generated response using the Phi-4 model
|
14 |
+
|
15 |
+
## π¦ Requirements
|
16 |
+
|
17 |
+
Listed in `requirements.txt`:
|