Spaces:
Sleeping
Sleeping
Add README.md with HuggingFace Spaces configuration frontmatter
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: expertInsp
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Qwen 2.5 7B Chat
|
| 11 |
+
|
| 12 |
+
Streaming chat interface for `amiguel/qwen2.5-7b-instruct-ai_llm-sft` powered by the Hugging Face Inference API.
|
| 13 |
+
|
| 14 |
+
## Setup
|
| 15 |
+
|
| 16 |
+
Add your `HF_TOKEN` in **Settings → Repository secrets** before running.
|