Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,12 @@
|
|
2 |
base_model: MingZhong/DialogLED-base-16384
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
model-index:
|
6 |
- name: DialogLED-large-5120-QMSum-finetuned-10Epochs
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# DialogLED-large-5120-QMSum-finetuned-10Epochs
|
14 |
|
15 |
-
This model is a fine-tuned version of [MingZhong/DialogLED-base-16384](https://huggingface.co/MingZhong/DialogLED-base-16384) on
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -20,7 +23,7 @@ More information needed
|
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
-
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
@@ -51,4 +54,4 @@ The following hyperparameters were used during training:
|
|
51 |
- Transformers 4.39.3
|
52 |
- Pytorch 2.2.1+cu121
|
53 |
- Datasets 2.18.0
|
54 |
-
- Tokenizers 0.15.2
|
|
|
2 |
base_model: MingZhong/DialogLED-base-16384
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- conversation_summarization
|
6 |
model-index:
|
7 |
- name: DialogLED-large-5120-QMSum-finetuned-10Epochs
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- pszemraj/qmsum-cleaned
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# DialogLED-large-5120-QMSum-finetuned-10Epochs
|
17 |
|
18 |
+
This model is a fine-tuned version of [MingZhong/DialogLED-base-16384](https://huggingface.co/MingZhong/DialogLED-base-16384) on the qmsum dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
For dialouge summarization.
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
|
|
54 |
- Transformers 4.39.3
|
55 |
- Pytorch 2.2.1+cu121
|
56 |
- Datasets 2.18.0
|
57 |
+
- Tokenizers 0.15.2
|