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 300
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:0b688caa1fa5e12f1997d173767bb9f8c5182c06943ffdc315318cc4e4fdd2fe
|
| 3 |
size 709678792
|