Commit ·
1b25639
1
Parent(s): 50230cb
fix: remove 4B and mteb from readme
Browse files
README.md
CHANGED
|
@@ -4,8 +4,8 @@ pipeline_tag: feature-extraction
|
|
| 4 |
tags:
|
| 5 |
- feature-extraction
|
| 6 |
- sentence-similarity
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
language:
|
| 10 |
- multilingual
|
| 11 |
---
|
|
@@ -58,7 +58,7 @@ curl -X POST https://api.perplexity.ai/v1/contextualizedembeddings \
|
|
| 58 |
"Each discovery on Mars sparks new questions about our place in the universe."
|
| 59 |
]
|
| 60 |
],
|
| 61 |
-
"model": "pplx-embed-1-context-
|
| 62 |
}'
|
| 63 |
```
|
| 64 |
|
|
|
|
| 4 |
tags:
|
| 5 |
- feature-extraction
|
| 6 |
- sentence-similarity
|
| 7 |
+
- conteb
|
| 8 |
+
- contextual-embeddings
|
| 9 |
language:
|
| 10 |
- multilingual
|
| 11 |
---
|
|
|
|
| 58 |
"Each discovery on Mars sparks new questions about our place in the universe."
|
| 59 |
]
|
| 60 |
],
|
| 61 |
+
"model": "pplx-embed-1-context-0.6B"
|
| 62 |
}'
|
| 63 |
```
|
| 64 |
|