Edit model card
YAML Metadata Error: "language[0]" with value "java" is not valid. It must be an ISO 639-1, 639-2 or 639-3 code (two/three letters), or a special value like "code", "multilingual". If you want to use BCP-47 identifiers, you can specify them in language_bcp47.

JavaRoBERTa-Tara

A RoBERTa model pretrained on, code_search_net Java software code.

Training Data

The model was trained on 10,223,695 Java files retrieved from open source projects on GitHub.

Training Objective

A MLM (Masked Language Model) objective was used to train this model.

Usage

from transformers import pipeline
pipe = pipeline('fill-mask', model='emre/java-RoBERTa-Tara-small')
output = pipe(CODE) # Replace with Java code; Use '<mask>' to mask tokens/words in the code.

Why Tara?

she is the name of my little baby girl :)

Downloads last month
3
Safetensors
Model size
83.5M params
Tensor type
I64
·
F32
·

Dataset used to train emre/java-RoBERTa-Tara-small