dtruong46me commited on
Commit
a8b0ee6
1 Parent(s): 16f3b65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -8,6 +8,11 @@ metrics:
8
  model-index:
9
  - name: train-bart-base
10
  results: []
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # train-bart-base
17
 
18
- This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.2710
21
  - Rouge1: 42.8665
@@ -72,4 +77,4 @@ The following hyperparameters were used during training:
72
  - Transformers 4.39.3
73
  - Pytorch 2.1.2
74
  - Datasets 2.19.1
75
- - Tokenizers 0.15.2
 
8
  model-index:
9
  - name: train-bart-base
10
  results: []
11
+ datasets:
12
+ - knkarthick/dialogsum
13
+ language:
14
+ - en
15
+ pipeline_tag: summarization
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # train-bart-base
22
 
23
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on [knkarthick/dialogsum](https://huggingface.co/knkarthick/dialogsum) dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.2710
26
  - Rouge1: 42.8665
 
77
  - Transformers 4.39.3
78
  - Pytorch 2.1.2
79
  - Datasets 2.19.1
80
+ - Tokenizers 0.15.2