Instructions to use anjandash/JavaBERT-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anjandash/JavaBERT-mini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anjandash/JavaBERT-mini")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anjandash/JavaBERT-mini") model = AutoModelForSequenceClassification.from_pretrained("anjandash/JavaBERT-mini") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e99875b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d0c371486c3dbeba52fa5dfdf0339d683e07ad48f522bb5591e7b05b29b168e4
size 541120363
|