CSI-lab commited on
Commit
eaa76f0
·
verified ·
1 Parent(s): 0a4fbf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -377,6 +377,14 @@ datasets:
377
  **Washington-state-law-embedding-model-Base** is a highly specialized embedding model fine-tuned specifically for Legal Information Retrieval (IR) within the State of Washington.
378
 
379
  Generic embedding models often perform suboptimally on legal texts due to the semantic gap between natural language questions (e.g., "What dollar amount makes a theft a first degree felony?") and formal statutory legalese. This model bridges that gap, allowing plain-English queries, legal scenarios, and document drafts to be accurately mapped to their corresponding Washington State statutes (Revised Code of Washington - RCW).
 
 
 
 
 
 
 
 
380
  ## Model Overview
381
  * **Base Model:** `BAAI/bge-base-en-v1.5`
382
  * **Task:** Semantic Search / Information Retrieval / Legal Preemption Analysis
 
377
  **Washington-state-law-embedding-model-Base** is a highly specialized embedding model fine-tuned specifically for Legal Information Retrieval (IR) within the State of Washington.
378
 
379
  Generic embedding models often perform suboptimally on legal texts due to the semantic gap between natural language questions (e.g., "What dollar amount makes a theft a first degree felony?") and formal statutory legalese. This model bridges that gap, allowing plain-English queries, legal scenarios, and document drafts to be accurately mapped to their corresponding Washington State statutes (Revised Code of Washington - RCW).
380
+
381
+ ## Available Models
382
+
383
+ | Model | Language | Description | Query Prefix |
384
+ |:------|:---------|:------------|:-------------|
385
+ | [CSI-lab/Washington-state-law-embedding-model-Large](https://huggingface.co/CSI-lab/Washington-state-law-embedding-model-Large) | English | Fine-tuned `large` model (1024d) for WA State RCWs. Best performance. | `Represent this sentence for searching relevant passages: ` |
386
+ | [CSI-lab/Washington-state-law-embedding-model-Base](https://huggingface.co/CSI-lab/Washington-state-law-embedding-model-Base) | English | Fine-tuned `base` model (768d) for WA State RCWs. Faster inference. | `Represent this sentence for searching relevant passages: ` |
387
+
388
  ## Model Overview
389
  * **Base Model:** `BAAI/bge-base-en-v1.5`
390
  * **Task:** Semantic Search / Information Retrieval / Legal Preemption Analysis