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

umairinayat
/
llm_detector

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

Instructions to use umairinayat/llm_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use umairinayat/llm_detector with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "umairinayat/llm_detector")
  • Transformers

    How to use umairinayat/llm_detector with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("umairinayat/llm_detector", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
llm_detector
41 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
umairinayat's picture
umairinayat
Release model state at revision 2a4d394
52e7976 verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload PEFT/LoRA adapter for AI text detection (Qwen2.5-3B + QLoRA) 5 months ago
  • README.md
    5.17 kB
    Release model state at revision 2a4d394 4 months ago
  • adapter_config.json
    1.04 kB
    Release model state at revision 2a4d394 4 months ago
  • adapter_model.safetensors
    29.5 MB
    xet
    Release model state at revision 2a4d394 4 months ago
  • chat_template.jinja
    2.51 kB
    Upload PEFT/LoRA adapter for AI text detection (Qwen2.5-3B + QLoRA) 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Release model state at revision 2a4d394 4 months ago
  • tokenizer_config.json
    665 Bytes
    Upload PEFT/LoRA adapter for AI text detection (Qwen2.5-3B + QLoRA) 5 months ago