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
File size: 129 Bytes
681f5c6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:97d8d922de52e6bcfe448a006ef4fa0e6ccacbd25f4b17acbece761565b4800b
size 5368
|