Instructions to use ZarahShibli/python-code-comment-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZarahShibli/python-code-comment-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ZarahShibli/python-code-comment-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ZarahShibli/python-code-comment-classification") model = AutoModelForMaskedLM.from_pretrained("ZarahShibli/python-code-comment-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437951328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2ee46c19f39c6ace62509fac9bde66646248d3e59e054ecfe7bb108457a2c34
|
| 3 |
size 437951328
|