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