UNIST-Eunchan
commited on
Commit
·
6558c20
1
Parent(s):
333f437
Update README.md
Browse files
README.md
CHANGED
@@ -88,7 +88,7 @@ Paper Summarization
|
|
88 |
attention_mask=inputs["attention_mask"].to(device),
|
89 |
length_penalty=1, num_beams=1, max_length=128*2,top_p=1)
|
90 |
```
|
91 |
-
- R-1 | R-2 | R-L | R-LSUM :
|
92 |
```(python)
|
93 |
model.generate(input_ids =inputs["input_ids"].to(device),
|
94 |
attention_mask=inputs["attention_mask"].to(device),
|
|
|
88 |
attention_mask=inputs["attention_mask"].to(device),
|
89 |
length_penalty=1, num_beams=1, max_length=128*2,top_p=1)
|
90 |
```
|
91 |
+
- R-1 | R-2 | R-L | R-LSUM : 38.1317 | 15.0357 | 23.0286 | 30.9938 (**Diverse Beam-Search Decoding**) at
|
92 |
```(python)
|
93 |
model.generate(input_ids =inputs["input_ids"].to(device),
|
94 |
attention_mask=inputs["attention_mask"].to(device),
|