Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,6 +12,13 @@ model-index:
|
|
| 12 |
inference:
|
| 13 |
parameters:
|
| 14 |
normalize: True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Reranker model
|
|
|
|
| 12 |
inference:
|
| 13 |
parameters:
|
| 14 |
normalize: True
|
| 15 |
+
widget:
|
| 16 |
+
- input:
|
| 17 |
+
query: "Hello, world!"
|
| 18 |
+
documents:
|
| 19 |
+
- "Hello! How are you?"
|
| 20 |
+
- "Cats and dogs"
|
| 21 |
+
- "The sky is blue"
|
| 22 |
---
|
| 23 |
|
| 24 |
# Reranker model
|