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

  • Log In
  • Sign Up

nmcsitian
/
bge-meteo-zh

Feature Extraction
sentence-transformers
Safetensors
Chinese
bert
meteorology
domain-adaptive
contrastive-learning
retrieval
embedding
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use nmcsitian/bge-meteo-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use nmcsitian/bge-meteo-zh with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("nmcsitian/bge-meteo-zh")
    
    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
bge-meteo-zh
1.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
nmcsitian's picture
nmcsitian
Add model.safetensors (1.3GB)
094abb1 27 days ago
  • .gitattributes
    1.52 kB
    initial commit 28 days ago
  • README.md
    2.81 kB
    Upload README.md with huggingface_hub 28 days ago
  • config.json
    951 Bytes
    Upload config.json with huggingface_hub 28 days ago
  • model.safetensors
    1.3 GB
    xet
    Add model.safetensors (1.3GB) 27 days ago
  • special_tokens_map.json
    732 Bytes
    Upload special_tokens_map.json with huggingface_hub 28 days ago
  • tokenizer.json
    439 kB
    Upload tokenizer.json with huggingface_hub 28 days ago
  • tokenizer_config.json
    1.36 kB
    Upload tokenizer_config.json with huggingface_hub 28 days ago
  • vocab.txt
    110 kB
    Upload vocab.txt with huggingface_hub 28 days ago