File size: 717 Bytes
036d668
fe92fe0
fa708d8
 
 
 
 
 
036d668
fa708d8
 
036d668
 
fa708d8
036d668
fa708d8
036d668
fa708d8
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: Legaleaze
emoji: ⚖️
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.39.0
app_file: app.py
pinned: false
models:
  - ckharche/legaleaze-bart-121k
---

# Legaleaze: Legal Text Simplifier

Fine-tuned BART-Large-CNN with LoRA adapters to simplify complex legal language into plain English.

## Training
- **Steps**: 121,000
- **Dataset**: 53k asylum case documents (Canadian legal corpus)
- **Hardware**: Northeastern University H100/H200 GPUs
- **Method**: LoRA (r=16, α=32) for parameter-efficient fine-tuning

## Performance
| Metric | Score |
|--------|-------|
| FKGL Reduction | 35% |
| BERTScore F1 | 0.89 |
| ROUGE-L | 0.48 |

Built by [@ckharche](https://github.com/chaitanyaharche)