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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

saraleivam
/
GURU-paraphrase-multilingual-MiniLM-L12-v2

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:500
loss:SoftmaxLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use saraleivam/GURU-paraphrase-multilingual-MiniLM-L12-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use saraleivam/GURU-paraphrase-multilingual-MiniLM-L12-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("saraleivam/GURU-paraphrase-multilingual-MiniLM-L12-v2")
    
    sentences = [
        "Reportando a Mánager ventasLograr un crecimiento sostenible de los ingresos mediante la negociación, cierre, implementación y cumplimiento de acuerdos con los diferentes clientes.Encargado de realizar la búsqueda y apertura de nuevos clientes a nivel LATAM . Entender requerimientos y saber asesorar de la mejor manera para un buen cierre de negocio. Alto conocimiento en la línea de flotas y Camiones.",
        "Modernize Infrastructure and Applications with Google Cloud.Data Science.Business Strategy.Understand the role that cloud modernization and migration plays in an organization's digital transformation.. Examine available options to run compute workloads in the cloud.. Explore the advantages of using containers, serverless computing, and APIs in application modernization.. Learn about the business reasons to choose hybrid or multi-cloud strategies, and how GKE Enterprise can help support these strategies.",
        "Microsoft 365 Copilot for Leaders.Data Science.Machine Learning.Risk Management",
        "Decoding AI: A Deep Dive into AI Models and Predictions.Data Science.Machine Learning.Learn key concepts and terminology in artificial intelligence (AI), including machine learning, generative AI, and deep learning . Learn the core components of machine learning systems, including data, models, and evaluation techniques. Recognize why AI systems can fail and identify the kinds of work required to make useful technology. Identify common pitfalls in conversations about AI and recognize conflicts of interest when interpreting claims about AI systems"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
GURU-paraphrase-multilingual-MiniLM-L12-v2
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
saraleivam's picture
saraleivam
Add new SentenceTransformer model.
0f16d34 verified about 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. about 2 years ago
  • .gitattributes
    1.62 kB
    Add new SentenceTransformer model. about 2 years ago
  • README.md
    22 kB
    Add new SentenceTransformer model. about 2 years ago
  • config.json
    701 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • model.safetensors
    471 MB
    xet
    Add new SentenceTransformer model. about 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model. about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model. about 2 years ago
  • tokenizer_config.json
    1.42 kB
    Add new SentenceTransformer model. about 2 years ago
  • unigram.json
    14.8 MB
    xet
    Add new SentenceTransformer model. about 2 years ago