chansung commited on
Commit
6cd1634
Β·
1 Parent(s): 72b3164

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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.