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

  • Log In
  • Sign Up

bi-matrix
/
gmatrix-embedding1

Sentence Similarity
sentence-transformers
Safetensors
Transformers
Korean
deberta-v2
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use bi-matrix/gmatrix-embedding1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use bi-matrix/gmatrix-embedding1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("bi-matrix/gmatrix-embedding1")
    
    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]
  • Transformers

    How to use bi-matrix/gmatrix-embedding1 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("bi-matrix/gmatrix-embedding1")
    model = AutoModel.from_pretrained("bi-matrix/gmatrix-embedding1")
  • Notebooks
  • Google Colab
  • Kaggle
gmatrix-embedding1
745 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mssongit's picture
mssongit
Update config.json
d323c17 verified over 1 year ago
  • 1_Pooling
    Upload 12 files almost 2 years ago
  • eval
    Upload 12 files almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    7.6 kB
    Update README.md over 1 year ago
  • config.json
    907 Bytes
    Update config.json over 1 year ago
  • config_sentence_transformers.json
    166 Bytes
    Upload 12 files almost 2 years ago
  • model.safetensors
    741 MB
    xet
    Upload 12 files almost 2 years ago
  • modules.json
    229 Bytes
    Upload 12 files almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Upload 12 files almost 2 years ago
  • special_tokens_map.json
    971 Bytes
    Upload 12 files almost 2 years ago
  • tokenizer.json
    3.19 MB
    Upload 12 files almost 2 years ago
  • tokenizer_config.json
    1.47 kB
    Upload 12 files almost 2 years ago
  • vocab.txt
    1.09 MB
    Upload 12 files almost 2 years ago