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

Finisha-LLM
/
Blinnk-Recipe

Text Generation
sentence-transformers
French
Envies
Séquence to séquence
Recettes
Cuisines
Achats
Petit modèle
Model card Files Files and versions
xet
Community

Instructions to use Finisha-LLM/Blinnk-Recipe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Finisha-LLM/Blinnk-Recipe with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Finisha-LLM/Blinnk-Recipe")
    
    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
Blinnk-Recipe
4.13 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Clemylia's picture
Clemylia
Update README.md
b03effe verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    10.1 kB
    Update README.md 6 months ago
  • config.json
    15.1 kB
    Upload folder using huggingface_hub 6 months ago
  • decoder.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.21 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • encoder.pth
    1.89 MB
    xet
    Upload folder using huggingface_hub 6 months ago