Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

darwinkernelpanic
/
ai-detector-pgx

Text Classification
Transformers
Safetensors
ONNX
English
distilbert
ai-detection
education
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use darwinkernelpanic/ai-detector-pgx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use darwinkernelpanic/ai-detector-pgx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="darwinkernelpanic/ai-detector-pgx")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("darwinkernelpanic/ai-detector-pgx")
    model = AutoModelForSequenceClassification.from_pretrained("darwinkernelpanic/ai-detector-pgx")
  • Notebooks
  • Google Colab
  • Kaggle
ai-detector-pgx
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
darwinkernelpanic's picture
darwinkernelpanic
Upload config.json with huggingface_hub
b24469d verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.49 kB
    Upload README.md with huggingface_hub 3 months ago
  • config.json
    639 Bytes
    Upload config.json with huggingface_hub 3 months ago
  • example.js
    1.5 kB
    Upload example.js with huggingface_hub 3 months ago
  • example.py
    893 Bytes
    Upload example.py with huggingface_hub 3 months ago
  • model.safetensors
    265 MB
    xet
    Upload folder using huggingface_hub 3 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 3 months ago
  • tokenizer_config.json
    322 Bytes
    Upload folder using huggingface_hub 3 months ago