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
Upload model-2-4.safetensors
Browse files- model-2-4.safetensors +3 -0
model-2-4.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b09e087d6b4e1a68828b2b0a7b48f302ce57584e3a8cf4f25ad230a967439064
|
| 3 |
+
size 437974012
|