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

  • Log In
  • Sign Up

retrieva-jp
/
amber-base

Feature Extraction
sentence-transformers
Safetensors
Japanese
English
modernbert
sentence-similarity
mteb
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use retrieva-jp/amber-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use retrieva-jp/amber-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("retrieva-jp/amber-base")
    
    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
amber-base
273 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Katsumata420's picture
Katsumata420
Update README.md
5373586 verified about 1 year ago
  • 1_Pooling
    First commit about 1 year ago
  • jmteb
    First commit about 1 year ago
  • mldr
    Upload 6 files about 1 year ago
  • mteb
    First commit about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • LICENSE
    11.4 kB
    Upload LICENSE about 1 year ago
  • README.md
    111 kB
    Update README.md about 1 year ago
  • config.json
    1.27 kB
    First commit about 1 year ago
  • config_sentence_transformers.json
    355 Bytes
    Update config_sentence_transformers.json about 1 year ago
  • model.safetensors
    264 MB
    xet
    First commit about 1 year ago
  • modules.json
    350 Bytes
    First commit about 1 year ago
  • sentence_bert_config.json
    54 Bytes
    First commit about 1 year ago
  • special_tokens_map.json
    968 Bytes
    First commit about 1 year ago
  • tokenizer.json
    6.73 MB
    First commit about 1 year ago
  • tokenizer.model
    1.83 MB
    xet
    First commit about 1 year ago
  • tokenizer_config.json
    3.78 kB
    First commit about 1 year ago