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

rasbt
/
ai-text-detector-distilbert-lora

Text Classification
PEFT
Safetensors
English
ai-text-detection
binary-classification
lora
Model card Files Files and versions
xet
Community

Instructions to use rasbt/ai-text-detector-distilbert-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rasbt/ai-text-detector-distilbert-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert/distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "rasbt/ai-text-detector-distilbert-lora")
  • Notebooks
  • Google Colab
  • Kaggle
ai-text-detector-distilbert-lora
3.73 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
rasbt's picture
rasbt
Add files using upload-large-folder tool
061602c verified 1 day ago
  • figures
    Add files using upload-large-folder tool 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • LICENSE
    11.4 kB
    Add files using upload-large-folder tool 1 day ago
  • README.md
    3.3 kB
    Add files using upload-large-folder tool 1 day ago
  • adapter_config.json
    1.16 kB
    Add files using upload-large-folder tool 1 day ago
  • adapter_model.safetensors
    2.96 MB
    xet
    Add files using upload-large-folder tool 1 day ago
  • detector-config.json
    922 Bytes
    Add files using upload-large-folder tool 1 day ago
  • tokenizer.json
    711 kB
    Add files using upload-large-folder tool 1 day ago
  • tokenizer_config.json
    351 Bytes
    Add files using upload-large-folder tool 1 day ago