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

mozarilla
/
tiny-blue-log-classifier

Text Classification
Transformers
Safetensors
PyTorch
English
tiny_log_classifier
cybersecurity
blue-team
log-analysis
custom-code
custom_code
Model card Files Files and versions
xet
Community

Instructions to use mozarilla/tiny-blue-log-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mozarilla/tiny-blue-log-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mozarilla/tiny-blue-log-classifier", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("mozarilla/tiny-blue-log-classifier", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-blue-log-classifier
87.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mozarilla's picture
mozarilla
Publish Tiny Blue Log Classifier
12097aa verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • LICENSE
    652 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • README.md
    7.3 kB
    Publish Tiny Blue Log Classifier 3 days ago
  • SECURITY.md
    458 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • __init__.py
    0 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • classify_file.py
    1.74 kB
    Publish Tiny Blue Log Classifier 3 days ago
  • config.json
    517 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • configuration_tiny_log.py
    582 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • infer_hf.py
    1.21 kB
    Publish Tiny Blue Log Classifier 3 days ago
  • model.safetensors
    65.9 kB
    xet
    Publish Tiny Blue Log Classifier 3 days ago
  • modeling_tiny_log.py
    1.68 kB
    Publish Tiny Blue Log Classifier 3 days ago
  • requirements-runtime.txt
    39 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • tinylog_core.py
    1.55 kB
    Publish Tiny Blue Log Classifier 3 days ago
  • tokenization_tiny_log.py
    3.56 kB
    Publish Tiny Blue Log Classifier 3 days ago
  • tokenizer_config.json
    306 Bytes
    Publish Tiny Blue Log Classifier 3 days ago
  • vocab_config.json
    116 Bytes
    Publish Tiny Blue Log Classifier 3 days ago