Daniele Licari
commited on
Commit
•
8c90089
1
Parent(s):
c6775ed
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ widget:
|
|
5 |
- text: "Il [MASK] ha chiesto revocarsi l'obbligo di pagamento"
|
6 |
---
|
7 |
|
8 |
-
<img src="https://huggingface.co/dlicari/Italian-Legal-BERT/resolve/main/ITALIAN_LEGAL_BERT.jpg" width="
|
9 |
<h1> ITALIAN-LEGAL-BERT:A pre-trained Transformer Language Model for Italian Law </h1>
|
10 |
|
11 |
ITALIAN-LEGAL-BERT is based on <a href="https://huggingface.co/dbmdz/bert-base-italian-xxl-cased">bert-base-italian-xxl-cased</a> with additional pre-training of the Italian BERT model on Italian civil law corpora.
|
@@ -114,4 +114,4 @@ plot_similarity(sent, model_name)
|
|
114 |
model_name = 'dbmdz/bert-base-italian-xxl-cased'
|
115 |
plot_similarity(sent, model_name)
|
116 |
```
|
117 |
-
<img src="https://huggingface.co/dlicari/Italian-Legal-BERT/resolve/main/semantic_text_similarity.jpg" width="
|
|
|
5 |
- text: "Il [MASK] ha chiesto revocarsi l'obbligo di pagamento"
|
6 |
---
|
7 |
|
8 |
+
<img src="https://huggingface.co/dlicari/Italian-Legal-BERT/resolve/main/ITALIAN_LEGAL_BERT.jpg" width="600"/>
|
9 |
<h1> ITALIAN-LEGAL-BERT:A pre-trained Transformer Language Model for Italian Law </h1>
|
10 |
|
11 |
ITALIAN-LEGAL-BERT is based on <a href="https://huggingface.co/dbmdz/bert-base-italian-xxl-cased">bert-base-italian-xxl-cased</a> with additional pre-training of the Italian BERT model on Italian civil law corpora.
|
|
|
114 |
model_name = 'dbmdz/bert-base-italian-xxl-cased'
|
115 |
plot_similarity(sent, model_name)
|
116 |
```
|
117 |
+
<img src="https://huggingface.co/dlicari/Italian-Legal-BERT/resolve/main/semantic_text_similarity.jpg" width="700"/>
|