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

pipe = pipeline("text-classification", model="anjandash/finetuned-bert-java-cmpx-v1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("anjandash/finetuned-bert-java-cmpx-v1")
model = AutoModelForSequenceClassification.from_pretrained("anjandash/finetuned-bert-java-cmpx-v1")
Quick Links

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.

README.md exists but content is empty.
Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train anjandash/finetuned-bert-java-cmpx-v1