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