Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
We have successfully developed and trained a custom Large Language Model (LLM) tailored specifically for SpeedLegal's needs. This model, based on the Llama 3.2 1B architecture, has been fine-tuned on CUAD (Contract Understanding Atticus Dataset) dataset to enhance our ability to analyse and highlight critical sections of legal documents that require lawyer review.
|
2 |
|
3 |
# Key Features
|
@@ -23,8 +32,4 @@ We have successfully developed and trained a custom Large Language Model (LLM) t
|
|
23 |
|
24 |
2. Improved Accuracy: Trained on expert-annotated data, the model can identify subtle legal nuances that general-purpose models might miss.
|
25 |
3. Scalability: Can process large volumes of legal documents quickly, supporting our growth and handling increased workloads.
|
26 |
-
4. Competitive Advantage: Positions SpeedLegal at the forefront of AI-driven legal tech, offering unique value to our clients.
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
1 |
+
---
|
2 |
+
license: llama3.2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
7 |
+
tags:
|
8 |
+
- legal
|
9 |
+
---
|
10 |
We have successfully developed and trained a custom Large Language Model (LLM) tailored specifically for SpeedLegal's needs. This model, based on the Llama 3.2 1B architecture, has been fine-tuned on CUAD (Contract Understanding Atticus Dataset) dataset to enhance our ability to analyse and highlight critical sections of legal documents that require lawyer review.
|
11 |
|
12 |
# Key Features
|
|
|
32 |
|
33 |
2. Improved Accuracy: Trained on expert-annotated data, the model can identify subtle legal nuances that general-purpose models might miss.
|
34 |
3. Scalability: Can process large volumes of legal documents quickly, supporting our growth and handling increased workloads.
|
35 |
+
4. Competitive Advantage: Positions SpeedLegal at the forefront of AI-driven legal tech, offering unique value to our clients.
|
|
|
|
|
|
|
|