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") - Notebooks
- Google Colab
- Kaggle
update model
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503816173
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9564c11adecbaeb69c032d526496bab1ce5eddb96282f52347aa405909f029d6
|
| 3 |
size 503816173
|