Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ curl -X POST "http://127.0.0.1:8080/v1/embeddings" \
|
|
78 |
}'
|
79 |
```
|
80 |
|
81 |
-
To get fully consistent results as if you
|
82 |
|
83 |
| Input Type | Task | `prompt_name` (Role) | Actual Input Processed by Model |
|
84 |
|------------|------|-------------|-------------------------------|
|
|
|
78 |
}'
|
79 |
```
|
80 |
|
81 |
+
To get fully consistent results as if you were using `AutoModel.from_pretrained("jinaai/jina-embeddings-v4")...`, you need to be very careful about the prefixes and manually add them to your GGUF model inputs. Here's a reference table:
|
82 |
|
83 |
| Input Type | Task | `prompt_name` (Role) | Actual Input Processed by Model |
|
84 |
|------------|------|-------------|-------------------------------|
|