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 /hooks
18.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
wajidlinux99's picture
wajidlinux99
git update
b7da49f over 3 years ago
  • applypatch-msg.sample
    478 Bytes
    git update over 3 years ago
  • commit-msg.sample
    896 Bytes
    git update over 3 years ago
  • fsmonitor-watchman.sample
    3.33 kB
    git update over 3 years ago
  • post-update.sample
    189 Bytes
    git update over 3 years ago
  • pre-applypatch.sample
    424 Bytes
    git update over 3 years ago
  • pre-commit.sample
    1.64 kB
    git update over 3 years ago
  • pre-push.sample
    1.35 kB
    git update over 3 years ago
  • pre-rebase.sample
    4.9 kB
    git update over 3 years ago
  • pre-receive.sample
    544 Bytes
    git update over 3 years ago
  • prepare-commit-msg.sample
    1.49 kB
    git update over 3 years ago
  • update.sample
    3.61 kB
    git update over 3 years ago