Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
9445d4f
1
Parent(s):
6a7dc35
Link demo to paper and models
Browse filesWith this change, the Space will also be linked from https://arxiv.org/abs/2305.16355 (as we automatically parse arxiv links) and https://huggingface.co/openllmplayground/vicuna_7b_v0
README.md
CHANGED
@@ -8,6 +8,9 @@ sdk_version: 3.30.0
|
|
8 |
app_file: app_case.py
|
9 |
pinned: false
|
10 |
license: other
|
|
|
11 |
---
|
12 |
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app_case.py
|
9 |
pinned: false
|
10 |
license: other
|
11 |
+
models: ["openllmplayground/vicuna_7b_v0"]
|
12 |
---
|
13 |
|
14 |
+
Paper: https://arxiv.org/abs/2305.16355
|
15 |
+
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|