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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Dumi2025
/
Anomaly-bot-mistral

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use Dumi2025/Anomaly-bot-mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Dumi2025/Anomaly-bot-mistral with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("mistralai/Mistral-7B-v0.1")
    model = PeftModel.from_pretrained(base_model, "Dumi2025/Anomaly-bot-mistral")
  • Transformers

    How to use Dumi2025/Anomaly-bot-mistral with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Dumi2025/Anomaly-bot-mistral", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Anomaly-bot-mistral
1.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Dumi2025's picture
Dumi2025
Version v3.0-conservative - Conservative Parameters (20260207-1811)
b08ae0f verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.17 kB
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago
  • adapter_config.json
    1.09 kB
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago
  • adapter_model.safetensors
    1.2 GB
    xet
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago
  • all_results.json
    225 Bytes
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago
  • threshold_config.json
    288 Bytes
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago
  • tokenizer.json
    3.51 MB
    Version v2.0-balanced - Balanced Parameters (20260207-0917) 4 months ago
  • tokenizer_config.json
    490 Bytes
    Upload tokenizer 4 months ago
  • train_results.json
    225 Bytes
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago
  • trainer_state.json
    26.6 kB
    Version v3.0-conservative - Conservative Parameters (20260207-1811) 4 months ago