adlumal commited on
Commit
afe6eab
1 Parent(s): 4d1a6d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -4,10 +4,18 @@ tags:
4
  - sentence-transformers
5
  - feature-extraction
6
  - sentence-similarity
7
-
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- # {MODEL_NAME}
11
 
12
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
13
 
@@ -88,4 +96,13 @@ SentenceTransformer(
88
 
89
  ## Citing & Authors
90
 
91
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
 
 
 
4
  - sentence-transformers
5
  - feature-extraction
6
  - sentence-similarity
7
+ - law
8
+ - australia
9
+ - legal
10
+ - auslaw
11
+ license: apache-2.0
12
+ datasets:
13
+ - umarbutler/open-australian-legal-corpus
14
+ language:
15
+ - en
16
  ---
17
 
18
+ # AusLaw Embedding Model v1.0
19
 
20
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
21
 
 
96
 
97
  ## Citing & Authors
98
 
99
+ ```bibtex
100
+ @misc{malec-2024-auslaw-embed-v1,
101
+ author = {Malec, Adrian Lucas},
102
+ year = {2024},
103
+ title = {AusLaw Embedding v1.0},
104
+ publisher = {Hugging Face},
105
+ version = {1.0},
106
+ url = {https://huggingface.co/adlumal/auslaw-embed-v1.0}
107
+ }
108
+ ```