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
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
wajidlinux99's picture
wajidlinux99
Update config.json
81168d3 verified over 1 year ago
  • git
    git update over 3 years ago
  • .gitattributes
    1.26 kB
    Upload 2 files over 3 years ago
  • README.md
    1.42 kB
    Update README.md over 3 years ago
  • config.json
    869 Bytes
    Update config.json over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    268 MB
    xet
    Upload model over 3 years ago
  • sample_input.pkl

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.storage._load_from_bytes",
    • "collections.OrderedDict"

    How to fix it?

    2.03 kB
    xet
    Upload sample_input.pkl over 3 years ago
  • special_tokens_map.json
    112 Bytes
    Model files upload over 3 years ago
  • tokenizer.json
    466 kB
    Upload 4 files over 3 years ago
  • tokenizer_config.json
    317 Bytes
    Upload 4 files over 3 years ago
  • vocab.txt
    232 kB
    Model files upload over 3 years ago