Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤖 LangChain Runnables Chatbot
|
| 2 |
|
| 3 |
A **modular, production-ready chatbot** built with **LangChain Runnables** and deployed on **Hugging Face Spaces**.
|
|
@@ -25,5 +33,4 @@ A **modular, production-ready chatbot** built with **LangChain Runnables** and d
|
|
| 25 |
|
| 26 |
## 📦 Installation
|
| 27 |
|
| 28 |
-
### Local Setup
|
| 29 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- HuggingFaceFW/finewiki
|
| 5 |
+
base_model:
|
| 6 |
+
- deepseek-ai/DeepSeek-OCR
|
| 7 |
+
new_version: deepseek-ai/DeepSeek-OCR
|
| 8 |
+
---
|
| 9 |
# 🤖 LangChain Runnables Chatbot
|
| 10 |
|
| 11 |
A **modular, production-ready chatbot** built with **LangChain Runnables** and deployed on **Hugging Face Spaces**.
|
|
|
|
| 33 |
|
| 34 |
## 📦 Installation
|
| 35 |
|
| 36 |
+
### Local Setup
|
|
|