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: 129 Bytes
e99875b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7628d68fa5e1ff99fb88c4d7a4d4a6a705ba610323f735887ff2919aecec2661
size 3119
|