update metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Legal BERT model applicable for Dutch and English
|
2 |
A legal BERT model further trained from [mBERT](https://huggingface.co/bert-base-multilingual-uncased).
|
3 |
|
@@ -41,7 +55,3 @@ This dataset is not open-source, but it is still an interesting case since the d
|
|
41 |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
42 |
| **legal-bert-dutch-english** | **0.732** |
|
43 |
| [mBERT](https://huggingface.co/bert-base-multilingual-uncased) | 0.713 |
|
44 |
-
|
45 |
-
---
|
46 |
-
license: apache-2.0
|
47 |
-
---
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- nl
|
5 |
+
tags:
|
6 |
+
- bert
|
7 |
+
- legal
|
8 |
+
- dutch
|
9 |
+
- english
|
10 |
+
license: apache-2.0
|
11 |
+
metrics:
|
12 |
+
- F1
|
13 |
+
---
|
14 |
+
|
15 |
# Legal BERT model applicable for Dutch and English
|
16 |
A legal BERT model further trained from [mBERT](https://huggingface.co/bert-base-multilingual-uncased).
|
17 |
|
|
|
55 |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
56 |
| **legal-bert-dutch-english** | **0.732** |
|
57 |
| [mBERT](https://huggingface.co/bert-base-multilingual-uncased) | 0.713 |
|
|
|
|
|
|
|
|