Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,17 @@ 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
|
25 |
- epoch: 2.0
|
26 |
-
- train_loss: 0.
|
27 |
- train_samples: 87599
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
# Train the model
|
30 |
To train the model use [this repo](https://gitlab.com/nicolalandro/qandatrain), inside you find the requirements.txt and the src to create train.
|
|
|
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:
|
25 |
- epoch: 2.0
|
26 |
+
- train_loss: 0.1064
|
27 |
- train_samples: 87599
|
28 |
+
- eval_samples : 10570
|
29 |
+
- eval_gen_len : 9.2974
|
30 |
+
- eval_loss : 0.5939
|
31 |
+
- eval_rouge1 : 17.5052
|
32 |
+
- eval_rouge2 : 5.8714
|
33 |
+
- eval_rougeL : 17.4487
|
34 |
+
- eval_rougeLsum : 17.4528
|
35 |
|
36 |
# Train the model
|
37 |
To train the model use [this repo](https://gitlab.com/nicolalandro/qandatrain), inside you find the requirements.txt and the src to create train.
|