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

deepali1021
/
finetuned_arctic_ft

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:20
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use deepali1021/finetuned_arctic_ft with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("deepali1021/finetuned_arctic_ft")
    
    sentences = [
        "What initiatives were implemented in the past year to improve communication between departments?",
        "with other departments. In the past year, we conducted monthly departmental meetings and \nestablished communication channels to facilitate information sharing and problem-solving. \n \nFare Collection and Fee Structure",
        "Our fare collection system ensures fair and consistent fee collection from passengers. The current fee \nstructure is as follows: \n \nRegular fare: $2.50 \nSenior citizens and students: $1.50 \nChildren under 5 years old: Free \nFee collection is primarily done through electronic payment methods, such as smart cards and \nmobile payment apps. Drivers are responsible for ensuring correct fare collection and providing \nreceipts upon request. \nRoute Information and Rules \nOur transportation department operates multiple routes within the city. Route information, including \nmaps, schedules, and stops, is available on our website and at designated information centers.",
        "Our drivers are responsible for operating vehicles safely, following traffic rules and regulations. They \nare required to hold a valid driver's license and maintain a clean driving record. In the past year, our \ndrivers completed over 2,000 hours of driving training to enhance their skills and knowledge. \n \nRoute Planning and Optimization \nEfficient route planning is essential for timely transportation services. Our department utilizes \nadvanced routing software to optimize routes and minimize travel time. In the past year, we reduced \nour average route duration by 15% through effective route planning and optimization strategies. \n \nCustomer Service"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
finetuned_arctic_ft
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
deepali1021's picture
deepali1021
Add new SentenceTransformer model
f799a57 verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    29.7 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    641 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    281 Bytes
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    1.34 GB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.41 kB
    Add new SentenceTransformer model over 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model over 1 year ago