---
tags:
- unsloth
- sentence-transformers
- sentence-similarity
- feature-extraction
- dense
- generated_from_trainer
- dataset_size:4927
- loss:TripletLoss
base_model: unsloth/embeddinggemma-300m
widget:
- source_sentence: organization id
sentences:
- 'Primary reference table for classifying Payers into broader financial or business
categories. This table groups Payers into segments such as ''Insurance Private'',
''Insurance Government (BPJS)'', ''Corporate'', and ''Related Parties''. Use this
table to aggregate revenue reporting by payer channel, analyze market segmentation
(e.g., Private Insurance vs. Government Scheme), or apply high-level billing policies
to groups of payers. Note: This serves as a categorization layer above the individual
''Payer'' table.'
- 'Operational transaction table recording unstructured free-text medical notes
and preliminary clinical remarks associated with a patient admission. It captures
initial diagnosis impressions, symptoms, or observation notes (e.g., ''Asthma'',
''Observation Febris'') entered during the admission process. Use this table to
retrieve qualitative clinical context for a visit or search for specific medical
conditions mentioned in preliminary notes. Note: This table contains raw free-text
descriptions, NOT structured ICD-10 diagnosis codes used for billing.'
- 'Operational transaction table recording every patient registration and visit
event at the hospital. This table consolidates patient demographics, visit types
(Inpatient, Outpatient, Emergency), primary and referral doctors, payer/insurance
eligibility, and critical timelines (Admission and Discharge dates). Use this
table to calculate patient census, Average Length of Stay (ALOS), track patient
flow, or analyze admission volume by doctor or department. Note: This table focuses
on administrative registration and billing initiation; it does not contain detailed
clinical notes, specific lab results, or medication prescriptions. When analyzing
patient administrative inflow and outflow data, this table is the primary and
essential source for all patient visit metrics.'
- source_sentence: What is the total count of admissions for each patient payment
category (e.g., 'Private', 'Payer') as defined in the PatientType master, grouped
by the AdmissionType from the Admission table, for the year 2024?
sentences:
- 'Operational transaction table recording unstructured free-text medical notes
and preliminary clinical remarks associated with a patient admission. It captures
initial diagnosis impressions, symptoms, or observation notes (e.g., ''Asthma'',
''Observation Febris'') entered during the admission process. Use this table to
retrieve qualitative clinical context for a visit or search for specific medical
conditions mentioned in preliminary notes. Note: This table contains raw free-text
descriptions, NOT structured ICD-10 diagnosis codes used for billing.'
- 'Operational transaction table recording every patient registration and visit
event at the hospital. This table consolidates patient demographics, visit types
(Inpatient, Outpatient, Emergency), primary and referral doctors, payer/insurance
eligibility, and critical timelines (Admission and Discharge dates). Use this
table to calculate patient census, Average Length of Stay (ALOS), track patient
flow, or analyze admission volume by doctor or department. Note: This table focuses
on administrative registration and billing initiation; it does not contain detailed
clinical notes, specific lab results, or medication prescriptions. When analyzing
patient administrative inflow and outflow data, this table is the primary and
essential source for all patient visit metrics.'
- 'Core reference table that links a central patient profile to their local record
at a specific hospital branch. It connects the central `PatientId` to a local
Medical Record Number (`MrNo`) at a specific hospital (`OrganizationId`). The
table also includes the patient''s registration date at that particular location
and the status of their medical record file (e.g., Active, Merged). **Use this
table to** find a patient''s local MR Number for a specific hospital, determine
when a patient first registered at a site, or check the administrative status
of a patient''s file at a given location. **Note: This table defines the relationship
and local record number, not the patient''s demographic details (found in the
`Patient` table) or their visit history (found in `Admission` or `Encounter` tables).**'
- source_sentence: List the patient names, their primary payer's name, and the invoice
numbers for all invoices issued in the last 90 days to male patients whose payer
is a 'Corporate' type.
sentences:
- Operational transaction table that records the movement of inventory items from
one storage location (store) to another within the hospital network. It captures
the header-level details of each transfer, including the transaction number, date,
the originating store, and the receiving store. **Use this table to** track the
flow of goods, monitor stock levels across different warehouses or departments,
and audit inventory movements for logistics and supply chain management. **Note:**
This table contains only the header information for the transfer event; it does
NOT list the specific items or quantities transferred. Join with the Transfer
Detail table for item-level information.
- 'Operational transaction table recording the official event of a patient leaving
the hospital (Discharge). It captures the precise discharge timestamp, the patient''s
condition upon exit (e.g., Recovered, Improved), and the type of discharge (e.g.,
Medical Consent, Transfer) linked to their Admission. **Use this table to** calculate
Length of Stay (LOS), analyze clinical outcomes, or track bed turnover rates.
**Note: This table signifies the physical or administrative end of a visit; it
does NOT contain the final invoice amount, though it triggers the billing closure
process.**'
- 'Primary reference table containing the master list of all external organizations
responsible for patient payment guarantees. This includes Insurance Companies,
Corporate Clients/Employers, and Government Health Schemes (e.g., BPJS, Jamkesda).
The table stores Payer details such as Legal Name, Address, Contact Information,
and specific Payer Group classifications. Use this table to link patient visits
to their financial guarantors, generate invoices for corporate clients, or analyze
revenue contribution by payer. Note: This table defines the ''Who Pays'' entity;
specific policy terms or benefit limits are typically stored in separate configuration
tables.'
- source_sentence: Identify `OrganizationId`s that have more than 100 `Admission`
records currently in 'Active' `AdmissionStatus` where an `ArInvoice` exists, and
the `InvoiceDate` is more than 7 days after the `AdmissionDate`.
sentences:
- 'Primary reference table listing the specific bank accounts owned or utilized
by various Siloam Hospital units (Organizations). It stores detailed Account Numbers,
Account Names, and operational notes (e.g., Receipt or Payment accounts), linking
them to the parent Bank entity. **Use this table to** identify the destination
account for financial settlements, reconcile deposits, or manage treasury master
data. **Note: This defines static master data for the hospital''s bank accounts,
NOT a transaction log of transfers or balances.**'
- 'Operational transaction table recording every patient registration and visit
event at the hospital. This table consolidates patient demographics, visit types
(Inpatient, Outpatient, Emergency), primary and referral doctors, payer/insurance
eligibility, and critical timelines (Admission and Discharge dates). Use this
table to calculate patient census, Average Length of Stay (ALOS), track patient
flow, or analyze admission volume by doctor or department. Note: This table focuses
on administrative registration and billing initiation; it does not contain detailed
clinical notes, specific lab results, or medication prescriptions. When analyzing
patient administrative inflow and outflow data, this table is the primary and
essential source for all patient visit metrics.'
- 'Operational transaction table (Financial Log) recording the header-level details
of patient invoices and billing events. This table captures the financial breakdown
of a visit, distinguishing between Patient responsibility (Out-of-pocket) and
Payer responsibility (Insurance/Corporate Coverage), including Gross Amounts,
Discounts, Taxes, and Net Payable values. Use this table to analyze hospital revenue
streams, track Accounts Receivable (AR), monitor billing cancellations, or calculate
the financial yield per admission. Note: This is the Invoice HEADER table containing
total values; it does not typically list the specific individual line items (drugs,
labs, services) charged within the bill. For any financial analysis related to
hospital revenue, Payments, Accounts Receivable (AR), billing breakdowns, or insurance
claims, this invoice header table is the definitive starting point.'
- source_sentence: master data payer group
sentences:
- 'Strategic reference table linking Payers to specific Hospital Organizations (Units/Branches).
This table manages the contractual relationships between insurance providers/corporate
clients and individual hospital sites. It stores Contract Numbers, Validity Periods
(Start/End Dates), Contract Status, and site-specific contact details. Use this
table to validate insurance acceptance at a specific hospital branch, track contract
expiration dates, or manage site-specific payer agreements. Note: This table enables
the many-to-many relationship between Payers (Global) and Organizations (Local
Sites).'
- 'Primary reference table containing the master list of all external organizations
responsible for patient payment guarantees. This includes Insurance Companies,
Corporate Clients/Employers, and Government Health Schemes (e.g., BPJS, Jamkesda).
The table stores Payer details such as Legal Name, Address, Contact Information,
and specific Payer Group classifications. Use this table to link patient visits
to their financial guarantors, generate invoices for corporate clients, or analyze
revenue contribution by payer. Note: This table defines the ''Who Pays'' entity;
specific policy terms or benefit limits are typically stored in separate configuration
tables.'
- 'Operational transaction table recording the official event of a patient leaving
the hospital (Discharge). It captures the precise discharge timestamp, the patient''s
condition upon exit (e.g., Recovered, Improved), and the type of discharge (e.g.,
Medical Consent, Transfer) linked to their Admission. **Use this table to** calculate
Length of Stay (LOS), analyze clinical outcomes, or track bed turnover rates.
**Note: This table signifies the physical or administrative end of a visit; it
does NOT contain the final invoice amount, though it triggers the billing closure
process.**'
pipeline_tag: sentence-similarity
library_name: sentence-transformers
metrics:
- cosine_accuracy@1
- cosine_accuracy@3
- cosine_accuracy@5
- cosine_accuracy@10
- cosine_precision@1
- cosine_precision@3
- cosine_precision@5
- cosine_precision@10
- cosine_recall@1
- cosine_recall@3
- cosine_recall@5
- cosine_recall@10
- cosine_ndcg@10
- cosine_mrr@10
- cosine_map@100
model-index:
- name: SentenceTransformer based on unsloth/embeddinggemma-300m
results:
- task:
type: information-retrieval
name: Information Retrieval
dataset:
name: his retrieval eval
type: his-retrieval-eval
metrics:
- type: cosine_accuracy@1
value: 0.0016233766233766235
name: Cosine Accuracy@1
- type: cosine_accuracy@3
value: 0.00487012987012987
name: Cosine Accuracy@3
- type: cosine_accuracy@5
value: 0.007305194805194805
name: Cosine Accuracy@5
- type: cosine_accuracy@10
value: 0.012175324675324676
name: Cosine Accuracy@10
- type: cosine_precision@1
value: 0.0016233766233766235
name: Cosine Precision@1
- type: cosine_precision@3
value: 0.0016233766233766235
name: Cosine Precision@3
- type: cosine_precision@5
value: 0.001461038961038961
name: Cosine Precision@5
- type: cosine_precision@10
value: 0.0012175324675324677
name: Cosine Precision@10
- type: cosine_recall@1
value: 0.0016233766233766235
name: Cosine Recall@1
- type: cosine_recall@3
value: 0.00487012987012987
name: Cosine Recall@3
- type: cosine_recall@5
value: 0.007305194805194805
name: Cosine Recall@5
- type: cosine_recall@10
value: 0.012175324675324676
name: Cosine Recall@10
- type: cosine_ndcg@10
value: 0.005969101397650474
name: Cosine Ndcg@10
- type: cosine_mrr@10
value: 0.004109977324263038
name: Cosine Mrr@10
- type: cosine_map@100
value: 0.005835580133437121
name: Cosine Map@100
---
# SentenceTransformer
This model was finetuned with [Unsloth](https://github.com/unslothai/unsloth).
[
](https://github.com/unslothai/unsloth)
based on unsloth/embeddinggemma-300m
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [unsloth/embeddinggemma-300m](https://huggingface.co/unsloth/embeddinggemma-300m) on the json dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
## Model Details
### Model Description
- **Model Type:** Sentence Transformer
- **Base model:** [unsloth/embeddinggemma-300m](https://huggingface.co/unsloth/embeddinggemma-300m)
- **Maximum Sequence Length:** 768 tokens
- **Output Dimensionality:** 768 dimensions
- **Similarity Function:** Cosine Similarity
- **Training Dataset:**
- json
### Model Sources
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
- **Repository:** [Sentence Transformers on GitHub](https://github.com/huggingface/sentence-transformers)
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
### Full Model Architecture
```
SentenceTransformer(
(0): Transformer({'max_seq_length': 768, 'do_lower_case': False, 'architecture': 'Gemma3TextModel'})
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
(2): Dense({'in_features': 768, 'out_features': 3072, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity'})
(3): Dense({'in_features': 3072, 'out_features': 768, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity'})
(4): Normalize()
)
```
## Usage
### Direct Usage (Sentence Transformers)
First install the Sentence Transformers library:
```bash
pip install -U sentence-transformers
```
Then you can load this model and run inference.
```python
from sentence_transformers import SentenceTransformer
# Download from the 🤗 Hub
model = SentenceTransformer("sentence_transformers_model_id")
# Run inference
sentences = [
'master data payer group',
"Primary reference table containing the master list of all external organizations responsible for patient payment guarantees. This includes Insurance Companies, Corporate Clients/Employers, and Government Health Schemes (e.g., BPJS, Jamkesda). The table stores Payer details such as Legal Name, Address, Contact Information, and specific Payer Group classifications. Use this table to link patient visits to their financial guarantors, generate invoices for corporate clients, or analyze revenue contribution by payer. Note: This table defines the 'Who Pays' entity; specific policy terms or benefit limits are typically stored in separate configuration tables.",
'Strategic reference table linking Payers to specific Hospital Organizations (Units/Branches). This table manages the contractual relationships between insurance providers/corporate clients and individual hospital sites. It stores Contract Numbers, Validity Periods (Start/End Dates), Contract Status, and site-specific contact details. Use this table to validate insurance acceptance at a specific hospital branch, track contract expiration dates, or manage site-specific payer agreements. Note: This table enables the many-to-many relationship between Payers (Global) and Organizations (Local Sites).',
]
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.9426, -0.8527],
# [ 0.9426, 1.0000, -0.8639],
# [-0.8527, -0.8639, 1.0000]])
```
## Evaluation
### Metrics
#### Information Retrieval
* Dataset: `his-retrieval-eval`
* Evaluated with [InformationRetrievalEvaluator](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
| Metric | Value |
|:--------------------|:----------|
| cosine_accuracy@1 | 0.0016 |
| cosine_accuracy@3 | 0.0049 |
| cosine_accuracy@5 | 0.0073 |
| cosine_accuracy@10 | 0.0122 |
| cosine_precision@1 | 0.0016 |
| cosine_precision@3 | 0.0016 |
| cosine_precision@5 | 0.0015 |
| cosine_precision@10 | 0.0012 |
| cosine_recall@1 | 0.0016 |
| cosine_recall@3 | 0.0049 |
| cosine_recall@5 | 0.0073 |
| cosine_recall@10 | 0.0122 |
| **cosine_ndcg@10** | **0.006** |
| cosine_mrr@10 | 0.0041 |
| cosine_map@100 | 0.0058 |
## Training Details
### Training Dataset
#### json
* Dataset: json
* Size: 4,927 training samples
* Columns: anchor, positive, and negative
* Approximate statistics based on the first 1000 samples:
| | anchor | positive | negative |
|:--------|:----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
| type | string | string | string |
| details |
master patient | Primary reference table defining the lifecycle stages of a patient admission event. It categorizes visits into states such as 'Active' (currently in hospital), 'Discharged' (left hospital), 'Invoiced' (bill generated), or 'Cancelled'. Use this table to interpret AdmissionStatusId in transaction tables to filter visits by their current operational state (e.g., calculating current census vs. historical discharges). Note: This is a static lookup table for status definitions, NOT a transaction log of patient movements. | Operational transaction table recording unstructured free-text medical notes and preliminary clinical remarks associated with a patient admission. It captures initial diagnosis impressions, symptoms, or observation notes (e.g., 'Asthma', 'Observation Febris') entered during the admission process. Use this table to retrieve qualitative clinical context for a visit or search for specific medical conditions mentioned in preliminary notes. Note: This table contains raw free-text descriptions, NOT structured ICD-10 diagnosis codes used for billing. |
| transaction ar invoice | Primary reference table containing the master list of all external organizations responsible for patient payment guarantees. This includes Insurance Companies, Corporate Clients/Employers, and Government Health Schemes (e.g., BPJS, Jamkesda). The table stores Payer details such as Legal Name, Address, Contact Information, and specific Payer Group classifications. Use this table to link patient visits to their financial guarantors, generate invoices for corporate clients, or analyze revenue contribution by payer. Note: This table defines the 'Who Pays' entity; specific policy terms or benefit limits are typically stored in separate configuration tables. | Operational transaction table recording unstructured free-text medical notes and preliminary clinical remarks associated with a patient admission. It captures initial diagnosis impressions, symptoms, or observation notes (e.g., 'Asthma', 'Observation Febris') entered during the admission process. Use this table to retrieve qualitative clinical context for a visit or search for specific medical conditions mentioned in preliminary notes. Note: This table contains raw free-text descriptions, NOT structured ICD-10 diagnosis codes used for billing. |
| admission date | Primary reference table defining the high-level classification of patient visits and hospital service lines. Contains standard categories including Inpatient (Hospitalization), Outpatient (Clinical visits), Emergency (ER), and Health Checkups (MCU). Use this table to group patient volume by service type, filter admission logs, or analyze revenue streams by visit category. Note: This is a static lookup list defining the 'Types' of visits; it does not contain actual patient visit transaction records. | Operational transaction table recording unstructured free-text medical notes and preliminary clinical remarks associated with a patient admission. It captures initial diagnosis impressions, symptoms, or observation notes (e.g., 'Asthma', 'Observation Febris') entered during the admission process. Use this table to retrieve qualitative clinical context for a visit or search for specific medical conditions mentioned in preliminary notes. Note: This table contains raw free-text descriptions, NOT structured ICD-10 diagnosis codes used for billing. |
* Loss: [TripletLoss](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
```json
{
"distance_metric": "TripletDistanceMetric.COSINE",
"triplet_margin": 0.5
}
```
### Evaluation Dataset
#### json
* Dataset: json
* Size: 1,232 evaluation samples
* Columns: anchor, positive, and negative
* Approximate statistics based on the first 1000 samples:
| | anchor | positive | negative |
|:--------|:----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
| type | string | string | string |
| details | transaction ar item | Operational transaction table recording every patient registration and visit event at the hospital. This table consolidates patient demographics, visit types (Inpatient, Outpatient, Emergency), primary and referral doctors, payer/insurance eligibility, and critical timelines (Admission and Discharge dates). Use this table to calculate patient census, Average Length of Stay (ALOS), track patient flow, or analyze admission volume by doctor or department. Note: This table focuses on administrative registration and billing initiation; it does not contain detailed clinical notes, specific lab results, or medication prescriptions. When analyzing patient administrative inflow and outflow data, this table is the primary and essential source for all patient visit metrics. | Operational transaction table recording individual line items within patient invoices (Accounts Receivable). It captures granular billing details including specific items sold (drugs, services), quantities, unit prices, discounts, tax calculations, and the financial split between Patient and Payer (Insurance/Guarantor). It also tracks revenue allocation (Hospital vs. Doctor portion). **Use this table to** generate detailed patient bills, audit revenue streams per item, calculate doctor performance fees, or analyze discount utilization. **Note: This table contains financial billing data per item, NOT the clinical medical results or the master list of available services.** |
| patient demographic country | Operational transaction table (Financial Log) recording the header-level details of patient invoices and billing events. This table captures the financial breakdown of a visit, distinguishing between Patient responsibility (Out-of-pocket) and Payer responsibility (Insurance/Corporate Coverage), including Gross Amounts, Discounts, Taxes, and Net Payable values. Use this table to analyze hospital revenue streams, track Accounts Receivable (AR), monitor billing cancellations, or calculate the financial yield per admission. Note: This is the Invoice HEADER table containing total values; it does not typically list the specific individual line items (drugs, labs, services) charged within the bill. For any financial analysis related to hospital revenue, Payments, Accounts Receivable (AR), billing breakdowns, or insurance claims, this invoice header table is the definitive starting point. | Operational transaction table recording individual line items within patient invoices (Accounts Receivable). It captures granular billing details including specific items sold (drugs, services), quantities, unit prices, discounts, tax calculations, and the financial split between Patient and Payer (Insurance/Guarantor). It also tracks revenue allocation (Hospital vs. Doctor portion). **Use this table to** generate detailed patient bills, audit revenue streams per item, calculate doctor performance fees, or analyze discount utilization. **Note: This table contains financial billing data per item, NOT the clinical medical results or the master list of available services.** |
| BPJS Kesehatan | Primary reference table that classifies financial guarantors into high-level categories such as 'Government' programs, 'Corporate' accounts, 'Insurance' companies, and Third Party Administrators ('TPA'). **Use this table to** group and analyze patient revenue streams by the type of financial coverage or to interpret the `PayerTypeId` in the main `Payer` master data table. **Note: This table defines the broad categories of payers only, not the specific insurance companies or corporate entities themselves (which are listed in the `Payer` table).** | Operational transaction table that records the movement of inventory items from one storage location (store) to another within the hospital network. It captures the header-level details of each transfer, including the transaction number, date, the originating store, and the receiving store. **Use this table to** track the flow of goods, monitor stock levels across different warehouses or departments, and audit inventory movements for logistics and supply chain management. **Note:** This table contains only the header information for the transfer event; it does NOT list the specific items or quantities transferred. Join with the Transfer Detail table for item-level information. |
* Loss: [TripletLoss](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
```json
{
"distance_metric": "TripletDistanceMetric.COSINE",
"triplet_margin": 0.5
}
```
### Training Hyperparameters
#### Non-Default Hyperparameters
- `eval_strategy`: steps
- `per_device_train_batch_size`: 64
- `per_device_eval_batch_size`: 64
- `gradient_accumulation_steps`: 2
- `learning_rate`: 2e-05
- `lr_scheduler_type`: cosine
- `warmup_ratio`: 0.1
- `bf16`: True
- `prompts`: {'anchor': ' ', 'positive': '', 'negative': ''}
- `batch_sampler`: no_duplicates
#### All Hyperparameters