yonikremer
commited on
Commit
•
3c26373
1
Parent(s):
3e0e787
increased timeout
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.17.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 1.17.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
fullWidth: true
|
11 |
+
models: [decapoda-research/llama-30b-hf, decapoda-research/llama-13b-hf]
|
12 |
+
tags: [text-generation, pytorch, transformers, streamlit]
|
13 |
+
pinned: true
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|