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

  • Log In
  • Sign Up

jimnoneill
/
pub-guard

Text Classification
Model2Vec
Safetensors
English
pubguard
document-classification
scientific-papers
ai-detection
toxicity-detection
pubverse
publication-screening
quality-control
Model card Files Files and versions
xet
Community

Instructions to use jimnoneill/pub-guard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use jimnoneill/pub-guard with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("jimnoneill/pub-guard")
  • Notebooks
  • Google Colab
  • Kaggle
pub-guard / src /pubguard
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
jimnoneill's picture
jimnoneill
Fix gate: only scientific_paper passes
a731017 verified 3 months ago
  • __init__.py
    1.61 kB
    Updated with real poster data support + poster pass-through gate 3 months ago
  • classifier.py
    10.5 kB
    Fix gate: only scientific_paper passes 3 months ago
  • cli.py
    6.04 kB
    Upload src/pubguard/cli.py with huggingface_hub 3 months ago
  • config.py
    4.72 kB
    Fix gate: only scientific_paper passes 3 months ago
  • data.py
    27.9 kB
    Updated with real poster data support + poster pass-through gate 3 months ago
  • text.py
    4.72 kB
    Upload src/pubguard/text.py with huggingface_hub 3 months ago
  • train.py
    9.89 kB
    Upload src/pubguard/train.py with huggingface_hub 3 months ago