StDestiny commited on
Commit
c0b1267
1 Parent(s): 07e7d32

Update README.md

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