StDestiny commited on
Commit
e8a9288
1 Parent(s): 956ebc5

Update README.md

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