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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dineth554
/
sri-lanka-location-intelligence

Sentence Similarity
sentence-transformers
Safetensors
sri-lanka
location-intelligence
semantic-search
geospatial
faiss
sinhala
tamil
Model card Files Files and versions
xet
Community

Instructions to use dineth554/sri-lanka-location-intelligence with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use dineth554/sri-lanka-location-intelligence with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dineth554/sri-lanka-location-intelligence")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
sri-lanka-location-intelligence / models
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
dineth554's picture
dineth554
Upload models/config_sentence_transformers.json with huggingface_hub
90adf9f verified about 19 hours ago
  • config.json
    2.09 kB
    Upload models/config.json with huggingface_hub about 19 hours ago
  • config_sentence_transformers.json
    284 Bytes
    Upload models/config_sentence_transformers.json with huggingface_hub about 19 hours ago
  • model.safetensors
    2.24 GB
    xet
    Upload models/model.safetensors with huggingface_hub about 19 hours ago
  • modules.json
    429 Bytes
    Upload models/modules.json with huggingface_hub about 19 hours ago
  • sentence_bert_config.json
    2.52 kB
    Upload models/sentence_bert_config.json with huggingface_hub about 19 hours ago
  • special_tokens_map.json
    964 Bytes
    Upload models/special_tokens_map.json with huggingface_hub about 19 hours ago
  • tokenizer.json
    17.1 MB
    xet
    Upload models/tokenizer.json with huggingface_hub about 19 hours ago
  • tokenizer_config.json
    1.18 kB
    Upload models/tokenizer_config.json with huggingface_hub about 19 hours ago