Commit
·
4df03f7
1
Parent(s):
eeb4c35
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,42 @@ metrics:
|
|
9 |
library_name: transformers
|
10 |
tags:
|
11 |
- legal
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
library_name: transformers
|
10 |
tags:
|
11 |
- legal
|
12 |
+
---
|
13 |
+
|
14 |
+
<h1> Legalis BERT Model </h1>
|
15 |
+
|
16 |
+
<h2> Model Details </h2>
|
17 |
+
|
18 |
+
<h3> Model Description </h3>
|
19 |
+
|
20 |
+
This is a court case prediction model build for a university course, this particular one utalises text classification with
|
21 |
+
|
22 |
+
- **Developed by:** Lennard Zündorf
|
23 |
+
- **Model type:** transformer-based
|
24 |
+
- **Language(s) (NLP):** German
|
25 |
+
- **Finetuned from model :** [German BERT/ gbert-base](https://huggingface.co/deepset/gbert-base)
|
26 |
+
|
27 |
+
<h3> Model Sources </h3>
|
28 |
+
|
29 |
+
- **Repository:** [GitHub](https://github.com/LennardZuendorf/legalis)
|
30 |
+
- **Demo:** on [Huggingface](https://huggingface.co/spaces/LennardZuendorf/legalis)
|
31 |
+
|
32 |
+
<h2> Uses </h2>
|
33 |
+
|
34 |
+
You can use this model to try and predict the outcome of a court case based on the legal facts.
|
35 |
+
|
36 |
+
<h2> Training Details </h2>
|
37 |
+
|
38 |
+
<h3>Training Data
|
39 |
+
|
40 |
+
This model uses the similarly named [dataset](https://huggingface.co/models?dataset=dataset:LennardZuendorf/legalis)
|
41 |
+
|
42 |
+
<h3> Testing Data & Metrics
|
43 |
+
|
44 |
+
<h4> Metrics </h4>
|
45 |
+
|
46 |
+
There has not been any testing yet.
|
47 |
+
|
48 |
+
<h3> Results </h3>
|
49 |
+
|
50 |
+
The accuracy score against the testing split is as high as 0.60
|