Fill-Mask
Transformers
Safetensors
PyTorch
English
Indonesian
bert
text-classification
token-classification
cybersecurity
named-entity-recognition
tensorflow
masked-language-modeling
Instructions to use codechrl/bert-micro-cybersecurity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codechrl/bert-micro-cybersecurity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="codechrl/bert-micro-cybersecurity")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("codechrl/bert-micro-cybersecurity") model = AutoModelForMaskedLM.from_pretrained("codechrl/bert-micro-cybersecurity") - Notebooks
- Google Colab
- Kaggle
File size: 360 Bytes
17995d0 ba6ca06 17995d0 ae1a849 17995d0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"trained_at": 1775444910.9934316,
"trained_at_readable": "2026-04-06 03:08:30",
"samples_this_session": 1135,
"new_rows_this_session": 7,
"trained_rows_total": 165761,
"total_db_rows": 348722,
"percentage": 47.533852180246726,
"final_loss": 0,
"epochs": 3,
"learning_rate": 5e-05,
"batch_size": 16,
"stride": 32,
"max_length": 512
} |