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

johnpaulbin
/
gibberish-detector

Model2Vec
Joblib
Safetensors
sentence-transformers
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Model2Vec

    How to use johnpaulbin/gibberish-detector with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("johnpaulbin/gibberish-detector")
  • sentence-transformers

    How to use johnpaulbin/gibberish-detector with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("johnpaulbin/gibberish-detector")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
gibberish-detector
615 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
johnpaulbin's picture
johnpaulbin
Upload gibberish_detector_pipeline.joblib
babba1e verified about 1 year ago
  • .gitattributes
    1.62 kB
    Upload folder using huggingface_hub about 1 year ago
  • README.md
    3.75 kB
    Upload folder using huggingface_hub about 1 year ago
  • config.json
    25 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • gibberish_detector_pipeline.joblib

    Detected Pickle imports (5)

    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "model2vec.model.StaticModel",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "model2vec.inference.model.StaticModelPipeline"

    How to fix it?

    305 MB
    xet
    Upload gibberish_detector_pipeline.joblib about 1 year ago
  • model.safetensors
    256 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • modules.json
    278 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • pipeline.skops
    36.9 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub about 1 year ago