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

  • Log In
  • Sign Up

Jrinky
/
jina3

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:584355
loss:CachedInfonce
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Jrinky/jina3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Jrinky/jina3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Jrinky/jina3", trust_remote_code=True)
    
    sentences = [
        "What were the criticisms made by Joe Joseph and Thomas Sutcliffe about the film",
        "Heirloom quality! Shop Now For Chanukah!",
        "Charlie Rymer (born December 18, 1967) is an American professional golfer who played on the PGA Tour and the Nike Tour. He is currently an analyst for the Golf Channel. Amateur career\nRymer was born in Cleveland, Tennessee and grew up in Fort Mill, South Carolina. Rymer played college golf at Georgia Tech, where he was a third-team All-American in 1988 and an honorable mention All-American in 1989. He won five tournaments during his time at Georgia Tech.",
        "Joe Joseph of The Times agreed that the film was insubstantial, calling it a \"speedy, cost-efficient way to interleave stock library footage with quotes from DJs and showbiz journalists in order to fill gaps in the late summer schedules.\" The Independents Thomas Sutcliffe felt the airing of the film on the same week as the first anniversary of the September 11 attacks was ill-timed, and described the film as \"a scrappy collage of warmed-over gossip and underpowered revelation.\""
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
jina3
1.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Jrinky's picture
Jrinky
Add new SentenceTransformer model
51689ae verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model about 1 year ago
  • README.md
    28.6 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    1.89 kB
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    429 Bytes
    Add new SentenceTransformer model about 1 year ago
  • configuration_xlm_roberta.py
    6.54 kB
    Add new SentenceTransformer model about 1 year ago
  • custom_st.py
    8.78 kB
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    1.14 GB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    390 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    54 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.37 kB
    Add new SentenceTransformer model about 1 year ago