domenicrosati commited on
Commit
8777962
1 Parent(s): 574fd14

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -14
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.2428
20
- - Rouge1: 0.4562
21
- - Rouge2: 0.1529
22
- - Rougel: 0.2402
23
- - Rougelsum: 0.2401
24
 
25
  ## Model description
26
 
@@ -50,15 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
- | 2.4777 | 0.14 | 1000 | 2.3948 | 0.4284 | 0.1431 | 0.2336 | 0.2336 |
56
- | 2.3863 | 0.27 | 2000 | 2.3211 | 0.4455 | 0.1496 | 0.2380 | 0.2379 |
57
- | 2.3509 | 0.41 | 3000 | 2.2809 | 0.4521 | 0.1521 | 0.2406 | 0.2406 |
58
- | 2.3063 | 0.55 | 4000 | 2.2428 | 0.4562 | 0.1529 | 0.2402 | 0.2401 |
59
- | 2.2754 | 0.69 | 5000 | 2.2222 | 0.4491 | 0.1506 | 0.2393 | 0.2393 |
60
- | 2.268 | 0.82 | 6000 | 2.2113 | 0.4499 | 0.1519 | 0.2406 | 0.2405 |
61
- | 2.2594 | 0.96 | 7000 | 2.1892 | 0.4519 | 0.1515 | 0.2390 | 0.2391 |
62
 
63
 
64
  ### 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.1595
20
+ - Rouge1: 0.4548
21
+ - Rouge2: 0.1555
22
+ - Rougel: 0.2435
23
+ - Rougelsum: 0.2435
24
 
25
  ## Model description
26
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 2.2751 | 0.69 | 5000 | 2.2219 | 0.4488 | 0.1496 | 0.2392 | 0.2392 |
56
+ | 2.0407 | 1.37 | 10000 | 2.1595 | 0.4548 | 0.1555 | 0.2435 | 0.2435 |
57
+ | 1.9246 | 2.06 | 15000 | 2.1263 | 0.4537 | 0.1522 | 0.2395 | 0.2396 |
58
+ | 1.9066 | 2.75 | 20000 | 2.1091 | 0.4562 | 0.1538 | 0.2409 | 0.2409 |
59
+ | 1.7802 | 3.43 | 25000 | 2.0998 | 0.4539 | 0.1523 | 0.2411 | 0.2411 |
 
 
60
 
61
 
62
  ### Framework versions