Instructions to use Madnesss/exp-no0-hack3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Madnesss/exp-no0-hack3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Madnesss/exp-no0-hack3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Madnesss/exp-no0-hack3") model = AutoModelForSequenceClassification.from_pretrained("Madnesss/exp-no0-hack3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f561dac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:734aef4ce4f4ed260c216fb369979b5ac23a5288c37803bb2c4d68ff14084404
size 4920
|