Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π¦ π Alpaca-LoRA as a Chatbot Service
|
2 |
|
3 |
π§ This project is still under development process. While serving the project, I noticed there are some bugs emitted by the model itself such as too many line breaks which causes OOM eventually. You can propose PR, but I will merge any improvement at any time as soon as I spot any problems.
|
@@ -104,4 +116,4 @@ optional arguments:
|
|
104 |
|
105 |
## Acknowledgements
|
106 |
|
107 |
-
I am thankful to [Jarvislabs.ai](https://jarvislabs.ai/) who generously provided free GPU resources to experiment with Alpaca-LoRA deployment and share it to communities to try out.
|
|
|
1 |
+
---
|
2 |
+
title: Alpaca-LoRA-Serve
|
3 |
+
emoji: π¦π
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 3.22.0
|
6 |
+
app_file: app.py
|
7 |
+
pinned: true
|
8 |
+
license: gpl-3.0
|
9 |
+
colorFrom: yellow
|
10 |
+
colorTo: green
|
11 |
+
---
|
12 |
+
|
13 |
# π¦ π Alpaca-LoRA as a Chatbot Service
|
14 |
|
15 |
π§ This project is still under development process. While serving the project, I noticed there are some bugs emitted by the model itself such as too many line breaks which causes OOM eventually. You can propose PR, but I will merge any improvement at any time as soon as I spot any problems.
|
|
|
116 |
|
117 |
## Acknowledgements
|
118 |
|
119 |
+
I am thankful to [Jarvislabs.ai](https://jarvislabs.ai/) who generously provided free GPU resources to experiment with Alpaca-LoRA deployment and share it to communities to try out.
|