Spaces:
Running
Running
Create readme.md
Browse files
readme.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# RebelClaw
|
| 2 |
+
|
| 3 |
+
RebelClaw is a lightweight chatbot designed to run on free Hugging Face Spaces.
|
| 4 |
+
|
| 5 |
+
## Core Assistant
|
| 6 |
+
**Rebel**
|
| 7 |
+
|
| 8 |
+
## Stack
|
| 9 |
+
- Gradio
|
| 10 |
+
- Transformers
|
| 11 |
+
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 12 |
+
|
| 13 |
+
## Notes
|
| 14 |
+
- Optimized for free CPU runtime
|
| 15 |
+
- Public web app deployment through Hugging Face Spaces
|