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

ALiCExyzz
/
mdeberta-hoax-multilingual

Text Classification
Transformers
Safetensors
deberta-v2
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ALiCExyzz/mdeberta-hoax-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ALiCExyzz/mdeberta-hoax-multilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ALiCExyzz/mdeberta-hoax-multilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ALiCExyzz/mdeberta-hoax-multilingual")
    model = AutoModelForSequenceClassification.from_pretrained("ALiCExyzz/mdeberta-hoax-multilingual")
  • Notebooks
  • Google Colab
  • Kaggle
mdeberta-hoax-multilingual
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ALiCExyzz's picture
ALiCExyzz
Upload tokenizer
a6d4b06 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 1 month ago
  • README.md
    5.17 kB
    Upload DebertaV2ForSequenceClassification about 1 month ago
  • config.json
    944 Bytes
    Upload DebertaV2ForSequenceClassification about 1 month ago
  • model.safetensors
    1.12 GB
    xet
    Upload DebertaV2ForSequenceClassification about 1 month ago
  • tokenizer.json
    16 MB
    xet
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    2.9 kB
    Upload tokenizer about 1 month ago