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