Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This is a <b>BERT</b> <b>[1]</b> uncased model for the <b>Italian</b> language,
|
|
32 |
<h3>Training and Performances</h3>
|
33 |
|
34 |
The model is trained to perform entity recognition over 4 classes: <b>PER</b> (persons), <b>LOC</b> (locations), <b>ORG</b> (organizations), <b>MISC</b> (miscellanea, mainly events, products and services). It has been fine-tuned for Named Entity Recognition, using the WikiNER Italian dataset plus an additional custom dataset of manually annotated Wikipedia paragraphs.
|
35 |
-
The WikiNER dataset has been splitted in 102.352 training instances and 25.588 test instances and the model has been trained for 1 epoch with a constant learning rate of 1e-5.
|
36 |
|
37 |
The performances on the test set are reported in the following table:
|
38 |
|
|
|
32 |
<h3>Training and Performances</h3>
|
33 |
|
34 |
The model is trained to perform entity recognition over 4 classes: <b>PER</b> (persons), <b>LOC</b> (locations), <b>ORG</b> (organizations), <b>MISC</b> (miscellanea, mainly events, products and services). It has been fine-tuned for Named Entity Recognition, using the WikiNER Italian dataset plus an additional custom dataset of manually annotated Wikipedia paragraphs.
|
35 |
+
The WikiNER dataset has been splitted in 102.352 training instances and 25.588 test instances, and the model has been trained for 1 epoch with a constant learning rate of 1e-5.
|
36 |
|
37 |
The performances on the test set are reported in the following table:
|
38 |
|