Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ widget:
|
|
33 |
This is an uncased <b>BERT</b> <b>[1]</b> model for the <b>Italian</b> language, obtained using the uncased <b>mBERT</b> ([bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased)) as a starting point and focusing it on the Italian language by modifying the embedding layer
|
34 |
(as in <b>[2]</b>, computing document-level frequencies over the <b>Wikipedia</b> dataset)
|
35 |
|
36 |
-
The resulting model has 110M parameters, a vocabulary of 30.
|
37 |
|
38 |
<h3>Quick usage</h3>
|
39 |
|
|
|
33 |
This is an uncased <b>BERT</b> <b>[1]</b> model for the <b>Italian</b> language, obtained using the uncased <b>mBERT</b> ([bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased)) as a starting point and focusing it on the Italian language by modifying the embedding layer
|
34 |
(as in <b>[2]</b>, computing document-level frequencies over the <b>Wikipedia</b> dataset)
|
35 |
|
36 |
+
The resulting model has 110M parameters, a vocabulary of 30.154 tokens, and a size of ~430 MB.
|
37 |
|
38 |
<h3>Quick usage</h3>
|
39 |
|