tomaarsen HF staff commited on
Commit
e54741d
1 Parent(s): 5857861

Add exported openvino model 'openvino_model.xml'

Browse files

Hello!

*This pull request has been automatically generated from the [Sentence Transformers backend-export](https://huggingface.co/spaces/sentence-transformers/backend-export) Space.*

## Pull Request overview
* Add exported OpenVINO model `openvino_model.xml`.

## Tip:
Consider testing this pull request before merging by loading the model from this PR with the `revision` argument:
```python
from sentence_transformers import SentenceTransformer

# TODO: Fill in the PR number
pr_number = 2
model = SentenceTransformer(
"thenlper/gte-large",
revision=f"refs/pr/{pr_number}",
backend="openvino",
)

# Verify that everything works as expected
embeddings = model.encode(["The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium."])
print(embeddings.shape)

similarities = model.similarity(embeddings, embeddings)
print(similarities)
```

openvino/openvino_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1b8e42728355159652040b92ea40591745cd6aea26fe856ed572eb40d7bafd
3
+ size 1336373408
openvino/openvino_model.xml ADDED
The diff for this file is too large to render. See raw diff