Instructions to use sionic-ai/sionic-ai-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sionic-ai/sionic-ai-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sionic-ai/sionic-ai-v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sionic-ai/sionic-ai-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Fix typos in python code 97beb11
Update README.md 0a1a422
Fix typos 93eca0f
Rename the class 84eacc0
Rename the class and add a parameter, 'dimension' to support both versions 18a7736
Add python code example f36e968
Update README.md 915afba
Update README.md 72651fe
Add benchmark scores of selected top-class embedding models 10d662b
Update README.md to add a description of accessing Sionic AI's Embedding API v1 8a5f332
Upload a code to evaluate MTEB b401e88
update language 376f6e4
Delete config.json 750d8a4
Create config.json b49119f
Create README.md 723b44a
initial commit f2e2f9a
ai commited on