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: 190 Bytes
fbb541a | 1 2 3 4 5 6 7 8 9 | {
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"intermediate_size": 3072,
"max_position_embeddings": 512,
"vocab_size": 30522,
"type_vocab_size": 2
} |