Instructions to use PurCL/jtrans-malware-2f-100c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PurCL/jtrans-malware-2f-100c with Transformers:
# Load model directly from transformers import AutoTokenizer, JTransForMultipleSequenceClassification tokenizer = AutoTokenizer.from_pretrained("PurCL/jtrans-malware-2f-100c") model = JTransForMultipleSequenceClassification.from_pretrained("PurCL/jtrans-malware-2f-100c") - Notebooks
- Google Colab
- Kaggle