Paper on arXiv

Code

Java/PHP/Python/Go

Query

En/Fr/Ja/Zh

from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained('ynklab/XCodeBERT') # Same as `xlm-roberta-base`
model = AutoModel.from_pretrained('ynklab/XCodeBERT')
Downloads last month
105
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.