Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ model-index:
|
|
11 |
results: []
|
12 |
inference:
|
13 |
parameters:
|
14 |
-
normalize:
|
15 |
widget:
|
16 |
- inputs:
|
17 |
source_sentence: "Hello, world!"
|
@@ -53,6 +53,9 @@ This repository contains reranker model ```bge-reranker-v2-m3``` which you can r
|
|
53 |
## Example usage
|
54 |
|
55 |
### HuggingFace Inference Endpoints
|
|
|
|
|
|
|
56 |
```bash
|
57 |
curl "https://xxxxxxx.us-east-1.aws.endpoints.huggingface.cloud" \
|
58 |
-X POST \
|
|
|
11 |
results: []
|
12 |
inference:
|
13 |
parameters:
|
14 |
+
normalize: true
|
15 |
widget:
|
16 |
- inputs:
|
17 |
source_sentence: "Hello, world!"
|
|
|
53 |
## Example usage
|
54 |
|
55 |
### HuggingFace Inference Endpoints
|
56 |
+
|
57 |
+
⚠️ When you will deploy this model in HuggingFace Inference endpoints plese select ```Settings``` -> ```Advanced settings``` -> ```Task```: ```Sentence Similarity```
|
58 |
+
|
59 |
```bash
|
60 |
curl "https://xxxxxxx.us-east-1.aws.endpoints.huggingface.cloud" \
|
61 |
-X POST \
|