Instructions to use ZarahShibli/java-code-comment-classification3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZarahShibli/java-code-comment-classification3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ZarahShibli/java-code-comment-classification3")# Load model directly from transformers import AutoTokenizer, BERTClass tokenizer = AutoTokenizer.from_pretrained("ZarahShibli/java-code-comment-classification3") model = BERTClass.from_pretrained("ZarahShibli/java-code-comment-classification3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a9574f1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b09e087d6b4e1a68828b2b0a7b48f302ce57584e3a8cf4f25ad230a967439064
size 437974012
|