Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# This is Fetch
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
|
| 17 |
## How it works
|
| 18 |
|
|
@@ -45,5 +46,5 @@ separately as a [Docker Space](https://huggingface.co/spaces/ElisaTrippetti/Fetc
|
|
| 45 |
|
| 46 |
## Credits
|
| 47 |
|
| 48 |
-
|
| 49 |
-
Reference model: [facebook/blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Fetch Pup
|
| 3 |
+
emoji: 🐶
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
short_description: A dog-loving baseline chatbot · Zero-backend static demo
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# This is Fetch Pup, at a glance
|
| 12 |
|
| 13 |
+
Fetch Pup is a zero-backend static demo and learning baseline. No model, all browser.
|
| 14 |
+
Responses come from two layers: an intent matcher that handles greetings and small talk,
|
| 15 |
+
and a keyword lookup table that returns dog facts verbatim.
|
| 16 |
+
If neither matches, you get one of three fallback replies.
|
| 17 |
|
| 18 |
## How it works
|
| 19 |
|
|
|
|
| 46 |
|
| 47 |
## Credits
|
| 48 |
|
| 49 |
+
Designed with Claude Design · Built with Claude Code
|
| 50 |
+
Reference model: [facebook/blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill).
|