Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,13 @@ model-index:
|
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
+
This model is a fine-tuned version of [gsarti/it5-base](https://huggingface.co/gsarti/it5-base) on [Thoroughly Cleaned Italian mC4 Corpus](https://huggingface.co/datasets/gsarti/clean_mc4_it) (~41B words, ~275GB).
|
14 |
+
This is an mt5-based Question Answering model for the Italian language.
|
15 |
+
Training is done on translated SQuAD 2.0 dataset of about 100k questions.
|
16 |
+
Thus, this model not only attempts to answer questions through reading comprehension, but also refrains when presented with a question that cannot be answered based on the paragraph provided.
|
17 |
+
|
18 |
+
You can test the model by entering question + context like the string shown below:
|
19 |
+
```
|
20 |
+
In quale anno si è verificato il terremoto nel Sichuan?
|
21 |
+
Il terremoto del Sichuan del 2008 o il terremoto del Gran Sichuan, misurato a 8.0 Ms e 7.9 Mw, e si è verificato alle 02:28:01 PM China Standard Time all' epicentro (06:28:01 UTC) il 12 maggio nella provincia del Sichuan, ha ucciso 69.197 persone e lasciato 18.222 dispersi.
|
22 |
+
```
|