How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="microsoft/unixcoder-base-unimodal")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("microsoft/unixcoder-base-unimodal")
model = AutoModel.from_pretrained("microsoft/unixcoder-base-unimodal")
Quick Links
README.md exists but content is empty.
Downloads last month
211
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for microsoft/unixcoder-base-unimodal

Finetunes
8 models

Space using microsoft/unixcoder-base-unimodal 1