Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,19 @@ license: mit
|
|
11 |
short_description: Chatbot demo using Sailor-1.8B model fine-tuned with PEFT.
|
12 |
---
|
13 |
|
14 |
-
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: Chatbot demo using Sailor-1.8B model fine-tuned with PEFT.
|
12 |
---
|
13 |
|
14 |
+
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
15 |
+
|
16 |
+
# 🧭 Sailor-1.8B-Chat-SFT
|
17 |
+
|
18 |
+
Demo chatbot sử dụng mô hình [`sail/Sailor-1.8B-Chat`](https://huggingface.co/sail/Sailor-1.8B-Chat) kết hợp với adapter fine-tuned bằng phương pháp LoRA.
|
19 |
+
|
20 |
+
## 🧠 Công nghệ
|
21 |
+
- Base model: 1.8B parameters
|
22 |
+
- Fine-tuning: PEFT LoRA
|
23 |
+
- Giao diện: Gradio ChatInterface
|
24 |
+
|
25 |
+
## 📦 License
|
26 |
+
MIT (hoặc theo giấy phép của mô hình gốc)
|
27 |
+
|
28 |
+
## 🧪 Dùng thử
|
29 |
+
Chạy trực tiếp trên Hugging Face Spaces ⬅️
|