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

  • Log In
  • Sign Up

Kao1412
/
Classification_Address_New

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
Generated from Trainer
dataset_size:6000
loss:CosineSimilarityLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Kao1412/Classification_Address_New with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Kao1412/Classification_Address_New with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Kao1412/Classification_Address_New")
    
    sentences = [
        "64 /161 c  số92 phường  linh  trung  quận  quận  tân  bình  long  an",
        "179 /108 a  số53 đường  nguyễn  văn  cừ  phường  quận  thanh  xuân  hà  nội",
        "184 /22 c số116 ngõ196 điện biên phủ quận đống đa hải phòng",
        "64 /161 c  số92 phường  linh  trung  quận  quận  tân  bình  long  an"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Classification_Address_New
542 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Kao1412's picture
Kao1412
Add new SentenceTransformer model
f246b82 verified 11 months ago
  • 1_Pooling
    Add new SentenceTransformer model 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    14.9 kB
    Add new SentenceTransformer model 11 months ago
  • added_tokens.json
    22 Bytes
    Add new SentenceTransformer model 11 months ago
  • bpe.codes
    1.14 MB
    Add new SentenceTransformer model 11 months ago
  • config.json
    707 Bytes
    Add new SentenceTransformer model 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model 11 months ago
  • model.safetensors
    540 MB
    xet
    Add new SentenceTransformer model 11 months ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model 11 months ago
  • special_tokens_map.json
    965 Bytes
    Add new SentenceTransformer model 11 months ago
  • tokenizer_config.json
    1.18 kB
    Add new SentenceTransformer model 11 months ago
  • vocab.txt
    895 kB
    Add new SentenceTransformer model 11 months ago