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

  • Log In
  • Sign Up

JayThinkDiff
/
CRE-0.5

Sentence Similarity
sentence-transformers
Safetensors
Transformers
ONNX
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use JayThinkDiff/CRE-0.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use JayThinkDiff/CRE-0.5 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("JayThinkDiff/CRE-0.5")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Transformers

    How to use JayThinkDiff/CRE-0.5 with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("JayThinkDiff/CRE-0.5")
    model = AutoModel.from_pretrained("JayThinkDiff/CRE-0.5")
  • Notebooks
  • Google Colab
  • Kaggle
CRE-0.5
Ctrl+K
Ctrl+K
  • 2 contributors
History: 30 commits
Jay-v2's picture
Jay-v2
Update README.md
4420936 verified about 10 hours ago
  • 1_Pooling
    Upload folder using huggingface_hub about 13 hours ago
  • photos
    Upload photos/cre_0_5_introduction.jpg about 12 hours ago
  • .gitattributes
    1.59 kB
    Upload photos/cre_0_5_introduction.jpg about 13 hours ago
  • README.md
    4.38 kB
    Update README.md about 10 hours ago
  • config.json
    978 Bytes
    Upload folder using huggingface_hub about 13 hours ago
  • config_sentence_transformers.json
    195 Bytes
    Upload folder using huggingface_hub about 13 hours ago
  • model.safetensors
    1.3 GB
    xet
    Upload folder using huggingface_hub about 13 hours ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub about 13 hours ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub about 13 hours ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub about 13 hours ago
  • tokenizer.json
    439 kB
    Upload folder using huggingface_hub about 13 hours ago
  • tokenizer_config.json
    1.27 kB
    Upload folder using huggingface_hub about 13 hours ago
  • vocab.txt
    110 kB
    Upload folder using huggingface_hub about 13 hours ago