Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1 |
---
|
2 |
title: Chat With Publications
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
-
app_file:
|
9 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Chat With Publications
|
3 |
+
emoji: π¬π
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.40.0
|
8 |
+
app_file: main.py
|
9 |
+
pinned: true
|
10 |
+
license: mit
|
11 |
+
models:
|
12 |
+
- sentence-transformers/allenai-specter
|
13 |
+
- Qwen/Qwen2-7B-Instruct
|
14 |
+
datasets:
|
15 |
+
- ccm/publications
|
16 |
+
preload_from_hub:
|
17 |
+
- sentence-transformers/allenai-specter
|
18 |
+
- Qwen/Qwen2-7B-Instruct
|
19 |
---
|
20 |
|
21 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|