z-uo commited on
Commit
b59a683
1 Parent(s): f2ea585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  tags:
3
- - text2text-generation
 
4
  language:
5
  - it
6
  model-index:
@@ -13,7 +14,14 @@ datasets:
13
  # Question and Answer with Italian T5
14
 
15
  This model is a fine-tuned version of [gsarti/it5-base](https://huggingface.co/gsarti/it5-base) on an unknown dataset.
16
- It achieves the following results/params on the train set:
 
 
 
 
 
 
 
17
  - epoch: 2.0
18
  - train_loss: 0.0042
19
  - train_samples: 87599
 
1
  ---
2
  tags:
3
+ - text2text_generation
4
+ - question_answering
5
  language:
6
  - it
7
  model-index:
 
14
  # Question and Answer with Italian T5
15
 
16
  This model is a fine-tuned version of [gsarti/it5-base](https://huggingface.co/gsarti/it5-base) on an unknown dataset.
17
+
18
+ To use add a question + context in the same string for example:
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
+ ```
23
+
24
+ The train achieves the following results/params on the train set:
25
  - epoch: 2.0
26
  - train_loss: 0.0042
27
  - train_samples: 87599