Instructions to use Canstralian/CySec_Known_Exploit_Analyzer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Canstralian/CySec_Known_Exploit_Analyzer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Canstralian/CySec_Known_Exploit_Analyzer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
e41e675 | 1 2 3 4 5 6 7 8 | {
"do_lower_case": true,
"vocab_size": 30522,
"special_tokens": {
"pad_token": "[PAD]",
"eos_token": "[EOS]"
}
} |