Commit
·
5579889
1
Parent(s):
b7f06e1
update model card README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.
|
20 |
-
- Rouge1: 0.
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel: 0.
|
23 |
-
- Rougelsum: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -50,6 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.1320
|
20 |
+
- Rouge1: 0.4554
|
21 |
+
- Rouge2: 0.1583
|
22 |
+
- Rougel: 0.2462
|
23 |
+
- Rougelsum: 0.2464
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
55 |
+
| 2.2477 | 0.69 | 5000 | 2.1940 | 0.4501 | 0.1552 | 0.2441 | 0.2442 |
|
56 |
+
| 2.0151 | 1.37 | 10000 | 2.1320 | 0.4554 | 0.1583 | 0.2462 | 0.2464 |
|
57 |
+
| 1.8991 | 2.06 | 15000 | 2.0994 | 0.4561 | 0.1561 | 0.2436 | 0.2437 |
|
58 |
+
| 1.877 | 2.75 | 20000 | 2.0860 | 0.4588 | 0.1582 | 0.2452 | 0.2453 |
|
59 |
+
| 1.753 | 3.43 | 25000 | 2.0723 | 0.4566 | 0.1569 | 0.2455 | 0.2457 |
|
60 |
|
61 |
|
62 |
### Framework versions
|