morenolq commited on
Commit
a9f45b9
1 Parent(s): b80bbba

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - distilbart
5
+ - summarization
6
+ model-index:
7
+ - name: MLQ-distilbart-bbc
8
+ results:
9
+ - task:
10
+ type: summarization
11
+ name: Summarization
12
+ dataset:
13
+ name: bbc
14
+ type: bbc
15
+ config: default
16
+ split: test
17
+ metrics:
18
+ - name: ROUGE-2
19
+ type: rouge
20
+ value: 61.43
21
+ verified: false
22
+
23
+ ---
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # MLQ-distilbart-bbc
28
+
29
+ This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on the BBC News Summary dataset (https://www.kaggle.com/pariza/bbc-news-summary).
30
+
31
+ The model has been generated as part of the in-lab practice of **Deep NLP course** currently held at Politecnico di Torino.
32
+
33
+ Training parameters:
34
+ - `num_train_epochs=2`
35
+ - `fp16=True`
36
+ - `per_device_train_batch_size=1`
37
+ - `warmup_steps=10`
38
+ - `weight_decay=0.01`
39
+ - `max_seq_length=100`