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

wajidlinux99
/
gibberish-text-detector

Text Classification
Transformers
PyTorch
English
distilbert
text
nlp
correction
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use wajidlinux99/gibberish-text-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wajidlinux99/gibberish-text-detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="wajidlinux99/gibberish-text-detector")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("wajidlinux99/gibberish-text-detector")
    model = AutoModelForSequenceClassification.from_pretrained("wajidlinux99/gibberish-text-detector")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
gibberish-text-detector / git /logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
wajidlinux99's picture
wajidlinux99
git update
b7da49f over 3 years ago
  • refs
    git update over 3 years ago
  • HEAD
    216 Bytes
    git update over 3 years ago