Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

codechrl
/
bert-base-cybersecurity

Text Classification
Transformers
Safetensors
English
Indonesian
bert
fill-mask
token-classification
cybersecurity
named-entity-recognition
Model card Files Files and versions
xet
Community

Instructions to use codechrl/bert-base-cybersecurity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use codechrl/bert-base-cybersecurity with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="codechrl/bert-base-cybersecurity")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("codechrl/bert-base-cybersecurity")
    model = AutoModelForMaskedLM.from_pretrained("codechrl/bert-base-cybersecurity", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-cybersecurity
1.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
codechrl's picture
codechrl
Update README.md
a44511b verified 10 months ago
  • checkpoint-3
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.81 kB
    Update README.md 10 months ago
  • config.json
    618 Bytes
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • model.safetensors
    433 MB
    xet
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • special_tokens_map.json
    125 Bytes
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • tokenizer_config.json
    1.27 kB
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • training_args.bin
    5.84 kB
    xet
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • training_metadata.json
    298 Bytes
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago
  • vocab.txt
    213 kB
    Training update: 1/237,628 rows (0.00%) | +1 new @ 2025-10-20 06:45:25 10 months ago