Update README.md
Browse files
README.md
CHANGED
@@ -54,6 +54,8 @@ This is a <b>BERT</b> <b>[1]</b> model for the <b>Italian</b> language, fine-tun
|
|
54 |
|
55 |
If you are looking for a more accurate (but slightly heavier) model, you can refer to: https://huggingface.co/osiria/deberta-italian-question-answering
|
56 |
|
|
|
|
|
57 |
<b>update: version 2.0</b>
|
58 |
|
59 |
The 2.0 version further improves the performances by exploiting a 2-phases fine-tuning strategy: the model is first fine-tuned on the English SQuAD v2 (1 epoch, 20% warmup ratio, and max learning rate of 3e-5) then further fine-tuned on the Italian SQuAD (2 epochs, no warmup, initial learning rate of 3e-5)
|
|
|
54 |
|
55 |
If you are looking for a more accurate (but slightly heavier) model, you can refer to: https://huggingface.co/osiria/deberta-italian-question-answering
|
56 |
|
57 |
+
If you are looking for an uncased model, you can refer to: https://huggingface.co/osiria/bert-italian-uncased-question-answering
|
58 |
+
|
59 |
<b>update: version 2.0</b>
|
60 |
|
61 |
The 2.0 version further improves the performances by exploiting a 2-phases fine-tuning strategy: the model is first fine-tuned on the English SQuAD v2 (1 epoch, 20% warmup ratio, and max learning rate of 3e-5) then further fine-tuned on the Italian SQuAD (2 epochs, no warmup, initial learning rate of 3e-5)
|