Instructions to use nuprl/code-scorer-difficulty-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nuprl/code-scorer-difficulty-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nuprl/code-scorer-difficulty-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nuprl/code-scorer-difficulty-v1") model = AutoModelForSequenceClassification.from_pretrained("nuprl/code-scorer-difficulty-v1") - Notebooks
- Google Colab
- Kaggle
Commit ·
7baf572
1
Parent(s): 8181b3b
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (42c78c2ccfff3793067c9e30d89103574fdcc5e3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3376655b4771340a7a2f349ddd4543855bce6409bea9fc0fde405806b5a275
|
| 3 |
+
size 496780380
|