Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

johnpaulbin
/
gibberish-detector-tiny

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

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

  • Libraries
  • Model2Vec

    How to use johnpaulbin/gibberish-detector-tiny with Model2Vec:

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

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("johnpaulbin/gibberish-detector-tiny")
    
    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-tiny
138 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
johnpaulbin's picture
johnpaulbin
Upload folder using huggingface_hub
4da35df 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
  • model.safetensors
    32 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
    89.3 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