rohitsroch commited on
Commit
b5630bc
1 Parent(s): 0b73450

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: hybrid_utt-clusterrank_bart-base_dialogsum_sum
6
+ results: []
7
  ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # hybrid_utt-clusterrank_bart-base_dialogsum_sum
13
+
14
+ This model is a fine-tuned version of [best-models/bertDHighlighter/DialogSum/bart-base](https://huggingface.co/best-models/bertDHighlighter/DialogSum/bart-base) on an unknown dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 5e-05
34
+ - train_batch_size: 8
35
+ - eval_batch_size: 8
36
+ - seed: 42
37
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
38
+ - lr_scheduler_type: linear
39
+ - lr_scheduler_warmup_ratio: 0.1
40
+ - num_epochs: 10.0
41
+ - label_smoothing_factor: 0.1
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.17.0
46
+ - Pytorch 1.6.0
47
+ - Datasets 1.15.0
48
+ - Tokenizers 0.12.1