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

iamtatsuki05
/
Sentence-Sarashina-Bi-0.5B

Sentence Similarity
sentence-transformers
Safetensors
Transformers
Japanese
llama
feature-extraction
mirei
llm2vec
text-embedding
embeddings
retrieval
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use iamtatsuki05/Sentence-Sarashina-Bi-0.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use iamtatsuki05/Sentence-Sarashina-Bi-0.5B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("iamtatsuki05/Sentence-Sarashina-Bi-0.5B", trust_remote_code=True)
    
    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 iamtatsuki05/Sentence-Sarashina-Bi-0.5B with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("iamtatsuki05/Sentence-Sarashina-Bi-0.5B", trust_remote_code=True)
    model = AutoModel.from_pretrained("iamtatsuki05/Sentence-Sarashina-Bi-0.5B", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Sentence-Sarashina-Bi-0.5B
2.66 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
iamtatsuki05's picture
iamtatsuki05
Update concept overview figure to the latest version (color-blind-safe palette aligned with result plots)
4ed46d3 verified about 1 month ago
  • 1_Pooling
    Upload folder using huggingface_hub 10 months ago
  • assets
    Update concept overview figure to the latest version (color-blind-safe palette aligned with result plots) about 1 month ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 10 months ago
  • README.md
    4.23 kB
    Update README.md 9 months ago
  • README_JA.md
    4.29 kB
    Update README_JA.md 9 months ago
  • config.json
    1.03 kB
    Upload folder using huggingface_hub 10 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 10 months ago
  • model.safetensors
    2.65 GB
    xet
    Upload folder using huggingface_hub 10 months ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub 10 months ago
  • sentence_bert_config.json
    58 Bytes
    Upload folder using huggingface_hub 10 months ago
  • special_tokens_map.json
    968 Bytes
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    6.72 MB
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.model
    1.83 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • tokenizer_config.json
    3.78 kB
    Upload folder using huggingface_hub 10 months ago