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

tabularisai
/
ai-text-detection

Text Classification
Transformers
Safetensors
English
modernbert
ai-text-detection
raid
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use tabularisai/ai-text-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tabularisai/ai-text-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tabularisai/ai-text-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tabularisai/ai-text-detection")
    model = AutoModelForSequenceClassification.from_pretrained("tabularisai/ai-text-detection", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ai-text-detection
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vdmbrsv's picture
vdmbrsv
Add Tabularis ModernBERT R1 (RAID AUROC 0.9904 TPR@5% 0.9815)
4bf4a14 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.94 kB
    Add Tabularis ModernBERT R1 (RAID AUROC 0.9904 TPR@5% 0.9815) 4 months ago
  • config.json
    1.94 kB
    Add Tabularis ModernBERT R1 (RAID AUROC 0.9904 TPR@5% 0.9815) 4 months ago
  • model.safetensors
    598 MB
    xet
    Add Tabularis ModernBERT R1 (RAID AUROC 0.9904 TPR@5% 0.9815) 4 months ago
  • tokenizer.json
    3.58 MB
    Add Tabularis ModernBERT R1 (RAID AUROC 0.9904 TPR@5% 0.9815) 4 months ago
  • tokenizer_config.json
    380 Bytes
    Add Tabularis ModernBERT R1 (RAID AUROC 0.9904 TPR@5% 0.9815) 4 months ago