Instructions to use NaqibL/bge-base-sgmarket-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use NaqibL/bge-base-sgmarket-v2 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("NaqibL/bge-base-sgmarket-v2") sentences = [ "Student Services Officer (Call Centre / Frontline Support)\n\nOverview We are seeking a customer-focused individual to support the delivery of day-to-day student services operations.\nThis role involves handling enquiries, ensuring smooth service processes, and delivering a positive experience for students across various touchpoints.\nKey Responsibilities Manage day-to-day student enquiries via phone, email, and walk-in channels Provide accurate and timely information, ensuring a high standard of customer service Support the execution of administrative processes related to student services Ensure all interactions are handled in accordance with internal policies and service standards Assist in monitoring service quality and maintaining proper documentation Work closely with internal stakeholders to ensure smooth service delivery Contribute ideas to improve processes, systems, and overall service efficiency Requirements Diploma qualification in any discipline 2-3 years of experience in a customer service or call centre environment preferred Comfortable handling high-volume enquiries in a structured setting Good communication and interpersonal skills Proficient in Microsoft Office applications Well-organised, detail-oriented, and able to multitask A team player with the ability to work independently when required Interested candidates, please send in your updated resume to cv.get@recruithaus.com.sg", "Customer Care Officer (Memorial Products)\n\nCustomer Care Officer (Memorial Products) Office Location : Jurong East, Singapore Working Hours : Mon - Fri 9am - 6pm, Sat 9am - 1pm Monthly Salary : Base + Commission + AWS Employment Type : Full time, Permanent Contract Company Overview The company is recognized for its dedication to quality and continuous improvement. With a supportive work environment and a focus on employee development, it offers stable career opportunities and growth in a dynamic industry. Responsibility Follow up with customer leads and guide them through the purchase journey with empathy and professionalism. Recommend memorial and keepsake products , ensuring solutions meet customer needs and preferences. Manage appointments, enquiries, and follow-ups to provide a seamless customer experience. Engage customers to help them select suitable memorial products , building trust and satisfaction. Drive sales through personalized interactions while fostering long-term customer relationships. Handle sales appointments and follow-ups efficiently to achieve customer satisfaction and business targets.", "Senior Customer Success Manager\n\nOur Vision is to be the preferred talent partner in Asia to accurately identify and integrate high potential talents for our clients and accomplish career success for our candidates. Over the years, we have continued to innovate and improve how we identify and assess talents to deliver on successful talent strategies for our clients.\"Unifying Purpose, Shaping Careers\" - We believe in a world where organizational strategies are brought to life; when everyone finds value in their work by aligning organizational purpose with people, where we inspire a meaningful and impactful future. Our client is a globally recognized technology company pioneering next-generation Spatial Intelligence solutions powered by 3D LiDAR and real-time analytics. Their platform enables operators of complex environments such as airports, transportation hubs, smart cities, industrial sites, and large public venues to gain accurate, real-time, and privacy-first insights into the movement of people and vehicles. With strong international backing, a growing global footprint across multiple continents, and a proven track record of large-scale deployments, the company is widely regarded as a category leader in its space. Their solutions are trusted by world-class infrastructure operators and Tier 1 organizations, supporting mission-critical improvements in operational efficiency, safety, user experience, and revenue optimization. This role ensures the successful delivery client's solutions and program. The focus is on maintaining high service quality and guaranteeing 100% adherence to Service Level Agreements (SLAs), thereby solidifying client relationships and maximising customer satisfaction. You will be a critical link between the internal engineering and commercial teams and prestigious global customers across four continents. The Challenges Drive multiphase software and hardware customer implementations effectively, ensuring all deadlines and contractual deliverables are met on time and in scope. Steer the financial aspects of the project. Monitor project cash-flow in terms of revenue and costs, monitor revenue recognition events and coordinate with sales operations on when to trigger invoice payments and purchase orders. Depending on the deal's size. Manage several engagements concurrently, potentially a maximum of 5 customers Facilitate standard project management methodology for all implementations, including, but not limited to: Leading kick-off calls - remote (sometimes on-site) sessions providing an overview of the implementation project. Present technical solutions effectively to diverse stakeholder groups and to engage effectively with senior executives of large enterprises on both technical and business topics. Support technical teams to analyse and resolve technical issues that arise during implementation. Weekly status meetings - weekly calls with customers to review progress, obstacles, upcoming tasks, etc. Training - remote (sometimes on-site) training sessions tailored to the end user. Post-implementation hyper care - ensure the implementation is a success, before transitioning the account to our customer success team. Interface with internal product, engineering, sales engineers, and field technical engineering resources to coordinate projects and communicate customer impact. Contribute to the product input feedback process to ensure constant and valuable customer input is available to the team, and advocate and prioritise as required. Support generating new sales opportunities: Identify stakeholders in the existing customer portfolio, provide insights on customer needs and upcoming projects to the sales team. Help close deals by answering customer questions and addressing any concerns, delivering demos of Outsight solutions and attending pre-sales customer meetings when requested. What It Takes Bachelor's or Master's Degree (Computer Science, Engineering or Business). 7 years of working experience.Ideally, including 2+ years with practical experience in a Technical role - Computer Science, Electrical, Industrial, Automotive, or Mechanical Engineering. 5 years in a client-facing delivery role, preferably within a B2B SaaS or deep-tech environment, involving IT Hardware and/or SaaS deployments. 2 years managing a team of direct reports (2 to 6 people) and project teams. Able to handle multiple projects at once, with varying stages of implementation, must be highly organised with a strong sense of urgency to meet deadlines. Comfortable with ambiguity and able to work with minimal support. Ability to work autonomously as well as in a team setting, leading large groups of people using indirect authority to meet critical goals. Interested candidates, please click the \"Apply Now\" Button. All information will be kept in the strictest confidentiality. Priority responses will be given to candidates who are shortlisted.", "10 weeks Temp PSA Patient Service Associate (For Call Centre) *GOVT*\n\nCommitment period: minimally till early September Location : Jalan Bukit Merah Central Working Hours: Office hours 5.5days Mon to Fri - 8am to 5pm Every Sat - 8am to 12pm Salary: $10.50 / hour Job Scope - Answer and manage appointments calls and general enquiries from members of public and patients with high service quality and operational standards.\n- Assist to answer calls and provide one-stop information and assistance to callers when required.\n- Handle the feedbacks from patients and resolving service related incidents, as well as enquiries such as the rates of consultations and medical package.\n- Liaise with other departments on the Call Centre Services and procedures - Work with the Call Centre Executive to maintain a high service level of Call Centre Services, and update patients' data when required.\n- Perform other ad-hoc duties as assigned Requirement: - Min N / O / A / NITEC in any field - No experience required as Training provided Interested candidate, kindly send a copy of your resume to adelinelim@recruitexpress.com.sg Adeline Lim Xin Ying [R23112000] Email Address: adelinelim@recruitexpress.com.sg Recruit Express Pte Ltd EA Licence No: 99C4599" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
SentenceTransformer based on BAAI/bge-base-en-v1.5
This is a sentence-transformers model finetuned from BAAI/bge-base-en-v1.5. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for retrieval.
Model Details
Model Description
- Model Type: Sentence Transformer
- Base model: BAAI/bge-base-en-v1.5
- Maximum Sequence Length: 512 tokens
- Output Dimensionality: 768 dimensions
- Similarity Function: Cosine Similarity
- Supported Modality: Text
Model Sources
- Documentation: Sentence Transformers Documentation
- Repository: Sentence Transformers on GitHub
- Hugging Face: Sentence Transformers on Hugging Face
Full Model Architecture
SentenceTransformer(
(0): Transformer({'transformer_task': 'feature-extraction', 'modality_config': {'text': {'method': 'forward', 'method_output_name': 'last_hidden_state'}}, 'module_output_name': 'token_embeddings', 'architecture': 'BertModel'})
(1): Pooling({'embedding_dimension': 768, 'pooling_mode': 'cls', 'include_prompt': True})
(2): Normalize({})
)
Usage
Direct Usage (Sentence Transformers)
First install the Sentence Transformers library:
pip install -U sentence-transformers
Then you can load this model and run inference.
from sentence_transformers import SentenceTransformer
# Download from the 🤗 Hub
model = SentenceTransformer("NaqibL/bge-base-sgmarket-v2")
# Run inference
sentences = [
'Data Engineer\n\nOur client, one of Asia-Pacific’s leading organizations is looking for: Data Engineer Scope of Work: Key Responsibilities Design, develop and deploy data tables, views and marts in data warehouses, operational data store, data lake and data virtualization.\nPerform data extraction, cleaning, transformation, and flow.\nDesign, build, launch and maintain efficient and reliable large-scale batch and real-time data pipelines with data processing frameworks.\nIntegrate and collate data silos in a manner which is both scalable and compliant Collaborate with Product Manager, Data Architect, Business Analysts, Frontend Developers, Designers and Data Analyst to build scalable data-driven products.\nBe responsible for developing backend APIs & working on databases to support the applications.\nWork in an Agile Environment that practices Continuous Integration and Delivery.\nWork closely with fellow developers through pair programming and code review process.\nQualifications: Familiar with GIS platforms: ArcGIS Server, PostGIS Able to use spatial Python libraries: GeoPandas, Shapely Build scalable geospatial data pipelines for ingestion, transformation, storage, and quality checks.\nImplements data cataloging, metadata, lineage, and security; optimizes storage and performance for GIS analytics (e.g., PostGIS, data lakes).\nProvides reliable data services and contracts to support downstream GIS analytics and front-end visualizations, collaborating closely with GIS and frontend teams.\nData management: applies validation, cleansing, reprojection, metadata, and data lineage of geospatial data Designs enterprise geospatial data models, schemas, pipelines, and services; builds or configures web map services and front-end visualization components.',
"Data Engineer (IT Consultancy, AWS)\n\nYour new company An IT solutions consultancy is looking for an experienced Data Engineer to join their team. Your new role Build and maintain scalable data systems including databases, warehouses, and processing architectures. Design data pipelines for modeling, mining, and production to support analytics and business needs. Clean and prepare raw data using programming tools for descriptive and predictive modeling applications. Optimize data quality, reliability, and efficiency through strategic improvements and system Organize data assets and catalogs for efficient storage, access, and retrieval, tune SQL performance What you'll need to succeed Over 3 years’ experience in data architecture, warehousing, modeling, ETL/ELT, and streaming solutions. Skilled in Kubernetes-based DevOps, container orchestration, CI/CD pipelines, and microservices deployment. Proficient in Oracle SQL/PLSQL development and basic understanding of Oracle database architecture. Experienced in AWS services including EC2, S3, EMR, Redshift, Athena, and Kinesis. Strong programming skills in Python, R, SQL; familiar with Java, Spark, Hive, and Airflow. Hands-on with data crawling, modeling, lake formation, warehouse construction, and machine learning deployment. What you'll get in return In return, you'll be part of an organization that values its employees. You’ll be rewarded with: Structured career growth and plenty of developmental opportunities Hybrid and stable working environment What you need to do now If you're interested in this role, click 'apply now' or for more information and a confidential discussion on this role or to find out about more opportunities in Technology, contact Yuki Cheung or email yuki.cheung@hays.com.sg. Referrals are welcome. At Hays, we value diversity and are passionate about placing people in a role where they can flourish and succeed. We actively encourage people from diverse backgrounds to apply. EA Reg Number: R22110258 | EA License Number: 07C3924 | Company Registration No: 200609504D",
'Research Assistant\n\nJob Scope: Gather and analyse data and feedback on the research evaluation projects (like Mid-Term reviews and Full-Term reviews) through various modalities such as engaging schools and stakeholders, as well as developing / managing surveys and focused group discussions / interviews.\nCode and verify quantitative and qualitative data in accordance with specified research protocols and coding procedures.\nDocument key processes of research / evaluation work, monitor progress and provide regular updates of projects Requirements: Trained in Data Science and possess working knowledge of Statistics, Measurement and Research.\nAt least 1 year of relevant experience in conducting research and data analytics.\nProficient in Microsoft Office Suite of tools, especially MS Excel.\nFamiliarity with analytical and statistical software and database management such as Tableau.\nStrong conceptual, analytical and problem-solving skills.\nMeticulous and possess leadership qualities to lead and drive results.\nAbility to work well independently and in teams and within tight timelines.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]
# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities)
# tensor([[1.0000, 0.8860, 0.6206],
# [0.8860, 1.0000, 0.6310],
# [0.6206, 0.6310, 1.0000]])
Evaluation
Metrics
Triplet
- Dataset:
eval - Evaluated with
TripletEvaluator
| Metric | Value |
|---|---|
| cosine_accuracy | 0.8534 |
Training Details
Training Dataset
Unnamed Dataset
Size: 26,953 training samples
Columns:
sentence_0,sentence_1, andsentence_2Approximate statistics based on the first 1000 samples:
sentence_0 sentence_1 sentence_2 type string string string details - min: 31 tokens
- mean: 305.72 tokens
- max: 512 tokens
- min: 45 tokens
- mean: 309.59 tokens
- max: 512 tokens
- min: 41 tokens
- mean: 291.49 tokens
- max: 512 tokens
Samples:
sentence_0 sentence_1 sentence_2 Customer Service Officer (6 Months Contract) | Residential
Our client is in the Property Mangement Industry.
Due to business needs, they are now recruiting for Customer Service Officer to be part of their team for ongoing transformation projects.
They are located at Bugis - Walking distance from the MRT station.
5.25 days work week - Mon-Fri: 9am-6pm, Alt Sat: 9am-1pm Duties Coordinate appointment schedules with residents.
Ensure workers report punctually for assigned duties.
Inform residents promptly in the event of any delay in scheduled appointments.
Monitor and track the progress of ongoing work assignments.
Requirements Minimum qualification: O Level or equivalent.
Excellent communication skills.
Interested candidates who wish to apply for the advertised position, please click APPLY NOW or email an updated copy of your resume/cv.Auto Parts CS Coordinator (Tuas, 5 Days, $3.5k)
Salary: up to $3,500 Work Days: 5 Days (9am to 6.15pm) Work Location: Tuas (near MRT) Responsibilities: - Sales Order Processing (prepare quotation, sales order, invoice, D/O & P/O) for domestics and export markets.
- Coordinate packing and delivery arrangements for orders.
- Follow up on customer enquiries and quotations.
- Liaise with internal departments to ensure smooth operations and customer support.
- Monitor inventory movement and maintain records.
- Assist with general administrative duties as assigned.10 weeks Temp PSA Patient Service Associate (For Call Centre) GOVTCommitment period: minimally till early September Location : Jalan Bukit Merah Central Working Hours: Office hours 5.5days Mon to Fri - 8am to 5pm Every Sat - 8am to 12pm Salary: $10.50 / hour Job Scope - Answer and manage appointments calls and general enquiries from members of public and patients with high service quality and operational standards.
- Assist to answer calls and provide one-stop information and assistance to callers when required.
- Handle the feedbacks from patients and resolving service related incidents, as well as enquiries such as the rates of consultations and medical package.
- Liaise with other departments on the Call Centre Services and procedures - Work with the Call Centre Executive to maintain a high service level of Call Centre Services, and update patients' data when required.
- Perform other ad-hoc duties as assigned Requirement: - Min N / O / A / NITEC in any field - No experience req... |
|
URGENT 1 Year Call Centre Officer (Up to $3,000) #NJA|
Ubi Any 5 days of the week from Mon to SUN 8am to 6pm (Mon-Fri), 8am to 5pm (Sat/SUN) Attend to incoming calls Provide customer service Escalate matters to relevant personnel Other ad hoc duties assigned Interestedapplicants can send their detailed resumes to janelui@recruitexpress.com.sgor call JANE @ 6735 1955.
JANE LUI JIE'EN CEI: R1104482 Company Reg.No.
199601303W || EA Licence No.
99C4599Customer Service Officer (Live Chat) (Insurance) (Up to $4,000) (12 Months Contract) #NKC|
Attend to customer and financial representative enquiries via phone and live chat professionally and promptly.
Resolve complaints and issues at the first touchpoint wherever possible.
Maintain accurate records of interactions in the CRM system.
Ensure timely follow-up on enquiries and escalate when necessary.
Assess appeals and provide recommendations to management.
Support additional duties during operational needs or peak periods.
Interested applicants may email resume to kellychooi@recruitexpress.com.sg Chooi Kelly (CEI Registration No: R25136207) Recruit Express Pte Ltd (EA: 99C4599)10 weeks Temp PSA Patient Service Associate (For Call Centre) GOVT
Commitment period: minimally till early September Location : Jalan Bukit Merah Central Working Hours: Office hours 5.5days Mon to Fri - 8am to 5pm Every Sat - 8am to 12pm Salary: $10.50 / hour Job Scope - Answer and manage appointments calls and general enquiries from members of public and patients with high service quality and operational standards.
- Assist to answer calls and provide one-stop information and assistance to callers when required.
- Handle the feedbacks from patients and resolving service related incidents, as well as enquiries such as the rates of consultations and medical package.
- Liaise with other departments on the Call Centre Services and procedures - Work with the Call Centre Executive to maintain a high service level of Call Centre Services, and update patients' data when required.
Perform other ad-hoc duties as assigned Requirement: - Min N / O / A / NITEC in any field - No experience req...| |CUSTOMER SERVICE|
Ensure customer bookings are promptly documented, processed and reviewed for accuracy and completeness. Input export job reference. Any special shipment requirements shall be resolved with the shipper prior accepting the booking. Keep Sales Personnel about their bookings. Upon receipt of booking from shipper, Customer Service will book shipment direct with shipping lines or our consol for both FCL and LCL cargo. After confirmation of space with shipping lines or consol, Customer Service will advise shipper via email or fax. Customer Service will proceed to arrange the trucking and collection of cargo if customer require this service. Any changes in vessel details or delay in arrival date will made known to shipper via phone or email by Customer Service. Ensure all cargoes send in good condition and if any damage shall revert to customer immediately. Verify vendor’s invoice and close files. Other ad-hoc duties as assigned by the supervisorStudio Ambassador (am Pilates)
As our Studio Ambassador , you have an influence over our members by fostering a positive atmosphere, building community engagement, promoting membership growth. We are seeking driven and customer-oriented individuals who are willing to go to the extra mile for our members. Join us and be part of a dynamic and upbeat team that will value add your learning and growth as a Studio Ambassador ! Your contributions to our joint success: Welcome members to the studio and provide exceptional customer service Manage studio operations, including scheduling, check-ins, and maintaining a clean and organized environment Promote studio services, driving membership sales and retention Engage with the local community through social gatherings, workshops, and member appreciation events to strengthen relationships Contribute ideas and collect feedback to improve the overall client experience and studio atmosphere What does it take to be a Studio Ambassador: Passion for he...|Service Desk Agent ( Interns)We are hiring Internship, you will be equipped with the necessary skillset and knowledge to better prepare you in securing your ideal job, especially in the digital space. Responsibilities: To log, validate and diagnose customer issues, on the full range of products and applications used at the customer site. Providing the customer with a solution through information gathering, analytical trouble shooting and problem research, or to route or escalate the call to the appropriate resolution group. Ensure escalation and management of calls is to agreed service levels. Requirement Proficient in Microsoft Office. Knowledge in desktop operating systems, various software applications and basic hardware for the PC; principles and theories of network systems and Internet technology. Good oral and written communication skills and ability to establish and maintain effective working relationship. Ability to coordinate several diverse job requirements and projects. Ab...|Loss:
CachedMultipleNegativesRankingLosswith these parameters:{ "scale": 20.0, "similarity_fct": "cos_sim", "mini_batch_size": 32, "gather_across_devices": false, "directions": [ "query_to_doc" ], "partition_mode": "joint", "hardness_mode": null, "hardness_strength": 0.0 }
Training Hyperparameters
Non-Default Hyperparameters
per_device_train_batch_size: 64per_device_eval_batch_size: 64multi_dataset_batch_sampler: round_robin
All Hyperparameters
Click to expand
do_predict: Falseeval_strategy: noprediction_loss_only: Trueper_device_train_batch_size: 64per_device_eval_batch_size: 64gradient_accumulation_steps: 1eval_accumulation_steps: Nonetorch_empty_cache_steps: Nonelearning_rate: 5e-05weight_decay: 0.0adam_beta1: 0.9adam_beta2: 0.999adam_epsilon: 1e-08max_grad_norm: 1num_train_epochs: 3max_steps: -1lr_scheduler_type: linearlr_scheduler_kwargs: Nonewarmup_ratio: Nonewarmup_steps: 0log_level: passivelog_level_replica: warninglog_on_each_node: Truelogging_nan_inf_filter: Trueenable_jit_checkpoint: Falsesave_on_each_node: Falsesave_only_model: Falserestore_callback_states_from_checkpoint: Falseuse_cpu: Falseseed: 42data_seed: Nonebf16: Falsefp16: Falsebf16_full_eval: Falsefp16_full_eval: Falsetf32: Nonelocal_rank: -1ddp_backend: Nonedebug: []dataloader_drop_last: Falsedataloader_num_workers: 0dataloader_prefetch_factor: Nonedisable_tqdm: Falseremove_unused_columns: Truelabel_names: Noneload_best_model_at_end: Falseignore_data_skip: Falsefsdp: []fsdp_config: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}accelerator_config: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}parallelism_config: Nonedeepspeed: Nonelabel_smoothing_factor: 0.0optim: adamw_torch_fusedoptim_args: Nonegroup_by_length: Falselength_column_name: lengthproject: huggingfacetrackio_space_id: trackioddp_find_unused_parameters: Noneddp_bucket_cap_mb: Noneddp_broadcast_buffers: Falsedataloader_pin_memory: Truedataloader_persistent_workers: Falseskip_memory_metrics: Truepush_to_hub: Falseresume_from_checkpoint: Nonehub_model_id: Nonehub_strategy: every_savehub_private_repo: Nonehub_always_push: Falsehub_revision: Nonegradient_checkpointing: Falsegradient_checkpointing_kwargs: Noneinclude_for_metrics: []eval_do_concat_batches: Trueauto_find_batch_size: Falsefull_determinism: Falseddp_timeout: 1800torch_compile: Falsetorch_compile_backend: Nonetorch_compile_mode: Noneinclude_num_input_tokens_seen: noneftune_noise_alpha: Noneoptim_target_modules: Nonebatch_eval_metrics: Falseeval_on_start: Falseuse_liger_kernel: Falseliger_kernel_config: Noneeval_use_gather_object: Falseaverage_tokens_across_devices: Trueuse_cache: Falseprompts: Nonebatch_sampler: batch_samplermulti_dataset_batch_sampler: round_robinrouter_mapping: {}learning_rate_mapping: {}
Training Logs
| Epoch | Step | Training Loss | eval_cosine_accuracy |
|---|---|---|---|
| 1.0 | 211 | - | 0.7835 |
| 2.0 | 422 | - | 0.8419 |
| 2.3697 | 500 | 3.0351 | - |
| 3.0 | 633 | - | 0.8534 |
| -1 | -1 | - | 0.8534 |
Training Time
- Training: 4.7 hours
Framework Versions
- Python: 3.12.13
- Sentence Transformers: 5.4.0
- Transformers: 5.0.0
- PyTorch: 2.10.0+cu128
- Accelerate: 1.13.0
- Datasets: 4.8.5
- Tokenizers: 0.22.2
Citation
BibTeX
Sentence Transformers
@inproceedings{reimers-2019-sentence-bert,
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
author = "Reimers, Nils and Gurevych, Iryna",
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
month = "11",
year = "2019",
publisher = "Association for Computational Linguistics",
url = "https://arxiv.org/abs/1908.10084",
}
CachedMultipleNegativesRankingLoss
@misc{gao2021scaling,
title={Scaling Deep Contrastive Learning Batch Size under Memory Limited Setup},
author={Luyu Gao and Yunyi Zhang and Jiawei Han and Jamie Callan},
year={2021},
eprint={2101.06983},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
- Downloads last month
- 368
Model tree for NaqibL/bge-base-sgmarket-v2
Base model
BAAI/bge-base-en-v1.5Papers for NaqibL/bge-base-sgmarket-v2
Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks
Evaluation results
- Cosine Accuracy on evalself-reported0.853