Instructions to use ty1413/NetZeroTarget_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ty1413/NetZeroTarget_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ty1413/NetZeroTarget_Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ty1413/NetZeroTarget_Classification") model = AutoModelForSequenceClassification.from_pretrained("ty1413/NetZeroTarget_Classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8c6f9f7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4aee41567ba0dcfe871c382df9e143e13ed471d90b75f99dfe2120982f2f5edd
size 329260340
|