Yeb Havinga commited on
Commit
08ac972
1 Parent(s): ccb02b1

Update model card

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -12,18 +12,22 @@ widget:
12
 
13
  # mt5-base-mixednews-nl
14
 
15
- mt5-base finetuned on three mixed news source:
16
 
17
- 1. CNN DM translated to nl with MarianMT.
18
- 2. XSUM translated to nl with MarianMt.
19
- 3. News article summaries distilled from the nu.nl website.
20
 
21
- * Learning rate 1e-3
22
- * Trained for one epochs
23
- * Max source length 1024
24
- * Max target length 300
25
- * Min target length 75
26
 
27
- * rouge1 28.8482
28
- * rouge2 9.4584
29
- * rougeL 20.1697
 
 
 
 
 
 
 
 
 
12
 
13
  # mt5-base-mixednews-nl
14
 
15
+ mt5-base finetuned on three mixed news sources:
16
 
17
+ 1. CNN DM translated to nl with MarianMT.
18
+ 2. XSUM translated to nl with MarianMt.
19
+ 3. News article summaries distilled from the nu.nl website.
20
 
21
+ Config:
 
 
 
 
22
 
23
+ * Learning rate 1e-3
24
+ * Trained for one epoch
25
+ * Max source length 1024
26
+ * Max target length 300
27
+ * Min target length 75
28
+
29
+ Scores:
30
+
31
+ * rouge1 28.8482
32
+ * rouge2 9.4584
33
+ * rougeL 20.1697