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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Josephaimodels
/
manipulation-flag-models

Text Classification
Transformers
PyTorch
English
manipulation-detection
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Josephaimodels/manipulation-flag-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Josephaimodels/manipulation-flag-models with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Josephaimodels/manipulation-flag-models")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Josephaimodels/manipulation-flag-models", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
manipulation-flag-models
25.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Josephaimodels's picture
Josephaimodels
Upload README.md
7f4b4a9 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • LICENSE
    1.07 kB
    Upload 3 files 9 months ago
  • README.md
    1.81 kB
    Upload README.md 9 months ago
  • bert_inference.py
    10.6 kB
    Upload 3 files 9 months ago
  • deberta_inference.py
    10.6 kB
    Upload 3 files 9 months ago