LennardZuendorf commited on
Commit
1f31a19
1 Parent(s): 4df03f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -27
README.md CHANGED
@@ -11,40 +11,25 @@ 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
 
11
  - legal
12
  ---
13
 
14
+ # Model description
15
 
16
+ This is a BERT classifiert, trained on a processed dataset of 2800 German court cases (see [legalis dataset](https://huggingface.co/datasets/LennardZuendorf/legalis)). It predicts the winner (defended/"Verklagt*r" or plaintiff/"Kläger*in") of a court case based on facts provided (in German).
17
 
18
+ ## Intended uses & limitations
19
 
20
+ - This model was created as part of a university project and should be considered highly experimental.
21
 
22
+ ## get started with the model
 
 
 
23
 
24
+ Try out the hosted Interference UI or the [Huggingface Space](https://huggingface.co/spaces/LennardZuendorf/legalis)
25
 
26
+ # Model Card Authors
 
27
 
28
+ This model card and the model itself are written by following authors:
29
 
30
+ [@LennardZuendorf -HGF](https://huggingface.co/LennardZuendorf)
31
+ [@LennardZuendorf - Github](https://github.com/LennardZuendorf)
32
 
33
+ # Citation
34
 
35
+ See Dataset for Sources and refer to [Github](https://github.com/LennardZuendorf/uniArchive-legalis) for collection of all files.