PierreColombo
commited on
Commit
•
685cbd8
1
Parent(s):
9a6b0da
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- Equall/legalbench_instruct
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
### Model Card for SaulLM-54B-Instruct
|
10 |
+
|
11 |
+
**This model is a research artefact and should be considered as it!**
|
12 |
+
|
13 |
+
#### Model Details
|
14 |
+
|
15 |
+
**Model Description**:
|
16 |
+
SaulLM-54B-Instruct is a state-of-the-art language model specifically designed for legal professionals. Developed through a collaboration between Legal Equall.ai and MICS at CentraleSupélec (Université Paris-Saclay), SaulLM-141B aims to revolutionize how legal data is processed and analyzed, enhancing the efficiency and accuracy of legal professionals worldwide.
|
17 |
+
|
18 |
+
**Developed by**: Legal Equall.ai, MICS of CentraleSupélec (Université Paris-Saclay)
|
19 |
+
|
20 |
+
**Model type**: A 54 billion parameter model fine-tuned specifically for legal tasks, leveraging data from European legal databases.
|
21 |
+
|
22 |
+
**Language(s) (NLP)**: English
|
23 |
+
|
24 |
+
**License**: MIT-Liscence
|
25 |
+
|
26 |
+
**Finetuned from model**: Base model developed by Equall.ai
|
27 |
+
|
28 |
+
#### Intended Uses & Limitations
|
29 |
+
|
30 |
+
**Intended Uses**:
|
31 |
+
SaulLM-54B is intended for use in various legal contexts.
|
32 |
+
|
33 |
+
**Limitations**:
|
34 |
+
While SaulLM-54B is designed to be robust across multiple European legal systems, it may not perform as well on legal systems outside of its training scope, particularly non-European jurisdictions.
|
35 |
+
|
36 |
+
#### Bias, Risks, and Ethical Considerations
|
37 |
+
|
38 |
+
**Bias and Risks**:
|
39 |
+
Despite efforts to mitigate bias, SaulLM-141B may still exhibit biases inherent in its training data. Users should be cautious and critically evaluate the model's outputs, especially in sensitive legal cases.
|
40 |
+
|
41 |
+
**Ethical Considerations**:
|
42 |
+
Users are encouraged to use SaulLM-141B responsibly, ensuring that its application does not infringe on privacy rights or propagate unfair decisions.
|
43 |
+
|
44 |
+
#### Technical Details
|
45 |
+
|
46 |
+
**Training Data**:
|
47 |
+
SaulLM-141B was trained on a rich dataset comprising European legal texts, court rulings, and legislative documents, ensuring a deep understanding of the legal landscape within the EU.
|
48 |
+
|
49 |
+
|
50 |
+
#### Citation
|
51 |
+
|
52 |
+
To reference SaulLM-54B in your work, please cite this model card.
|
53 |
+
|
54 |
+
```
|
55 |
+
@misc{saul_llm_2024,
|
56 |
+
title={SaulLM-141B: A Specialized Large Language Model for European Legal Tasks},
|
57 |
+
author={Legal Equall.ai and MICS CentraleSupélec},
|
58 |
+
year={2024},
|
59 |
+
eprint={2404.12345},
|
60 |
+
archivePrefix={arXiv},
|
61 |
+
primaryClass={cs.CL}
|
62 |
+
}
|
63 |
+
```
|
64 |
+
|
65 |
+
---
|