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

fauxNeuz
/
BertAndDeberta

Text Classification
Transformers
Safetensors
English
fake-news-detection
transformer-ensemble
bert
deberta
Model card Files Files and versions
xet
Community

Instructions to use fauxNeuz/BertAndDeberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fauxNeuz/BertAndDeberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fauxNeuz/BertAndDeberta")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("fauxNeuz/BertAndDeberta", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BertAndDeberta / Training Code
1.1 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
kaisex's picture
kaisex
Upload 3 files
16ba90b verified 11 months ago
  • DeBERTaFakeNews.py
    6.38 kB
    Upload 3 files 11 months ago
  • bertFakeNewsPart2.ipynb
    934 kB
    Upload 3 files 11 months ago
  • vitModelFakeNews.ipynb
    159 kB
    Upload 3 files 11 months ago