Update README.md
Browse files
README.md
CHANGED
@@ -3,16 +3,18 @@ tags:
|
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
5 |
- rouge
|
6 |
-
license:
|
7 |
datasets:
|
8 |
- pszemraj/qmsum-cleaned
|
9 |
language:
|
10 |
- en
|
11 |
pipeline_tag: summarization
|
|
|
12 |
---
|
13 |
|
14 |
# long-t5-tglobal-xl-qmsum-wip
|
15 |
|
|
|
16 |
This model is a fine-tuned version of [google/long-t5-tglobal-xl](https://huggingface.co/google/long-t5-tglobal-xl) on the `pszemraj/qmsum-cleaned` dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 2.0505
|
@@ -22,18 +24,6 @@ It achieves the following results on the evaluation set:
|
|
22 |
- Rougelsum: 31.3295
|
23 |
- Gen Len: 80.8
|
24 |
|
25 |
-
## Model description
|
26 |
-
|
27 |
-
More information needed
|
28 |
-
|
29 |
-
## Intended uses & limitations
|
30 |
-
|
31 |
-
More information needed
|
32 |
-
|
33 |
-
## Training and evaluation data
|
34 |
-
|
35 |
-
More information needed
|
36 |
-
|
37 |
## Training procedure
|
38 |
|
39 |
### Training hyperparameters
|
@@ -56,4 +46,4 @@ The following hyperparameters were used during training:
|
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
57 |
| 1.5376 | 1.0 | 99 | 2.0104 | 35.8802 | 11.4595 | 23.6656 | 31.49 | 77.77 |
|
58 |
| 1.499 | 2.0 | 198 | 2.0358 | 35.1265 | 11.549 | 23.1062 | 30.8815 | 88.88 |
|
59 |
-
| 1.5034 | 3.0 | 297 | 2.0505 | 35.3881 | 11.509 | 23.1543 | 31.3295 | 80.8 |
|
|
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
5 |
- rouge
|
6 |
+
license: apache-2.0
|
7 |
datasets:
|
8 |
- pszemraj/qmsum-cleaned
|
9 |
language:
|
10 |
- en
|
11 |
pipeline_tag: summarization
|
12 |
+
inference: false
|
13 |
---
|
14 |
|
15 |
# long-t5-tglobal-xl-qmsum-wip
|
16 |
|
17 |
+
> ⚠️ warning - this is a work in progress ⚠️
|
18 |
This model is a fine-tuned version of [google/long-t5-tglobal-xl](https://huggingface.co/google/long-t5-tglobal-xl) on the `pszemraj/qmsum-cleaned` dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 2.0505
|
|
|
24 |
- Rougelsum: 31.3295
|
25 |
- Gen Len: 80.8
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Training procedure
|
28 |
|
29 |
### Training hyperparameters
|
|
|
46 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
47 |
| 1.5376 | 1.0 | 99 | 2.0104 | 35.8802 | 11.4595 | 23.6656 | 31.49 | 77.77 |
|
48 |
| 1.499 | 2.0 | 198 | 2.0358 | 35.1265 | 11.549 | 23.1062 | 30.8815 | 88.88 |
|
49 |
+
| 1.5034 | 3.0 | 297 | 2.0505 | 35.3881 | 11.509 | 23.1543 | 31.3295 | 80.8 |
|