Instructions to use tuhink/hacking-rewards-code-train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tuhink/hacking-rewards-code-train with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tuhink/hacking-rewards-code-train")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tuhink/hacking-rewards-code-train") model = AutoModelForSequenceClassification.from_pretrained("tuhink/hacking-rewards-code-train", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 447
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 709678792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59445f2cd28e4eb273fe154129254aba8562cce49533a3c8765856907658e50f
|
| 3 |
size 709678792
|