Instructions to use ashercn97/code-y-static-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Model2Vec
How to use ashercn97/code-y-static-v3 with Model2Vec:
from model2vec import StaticModel model = StaticModel.from_pretrained("ashercn97/code-y-static-v3") - sentence-transformers
How to use ashercn97/code-y-static-v3 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("ashercn97/code-y-static-v3") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4b2473f8049b559fe1373e88e84e05da7faa2294996755ef84167cddc9535599
- Size of remote file:
- 129 MB
- SHA256:
- 98aa5589e219b009b0838190f8fbac1ca490581623c9b3be124e760a2de60bbe
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.