UNIST-Eunchan commited on
Commit
6558c20
1 Parent(s): 333f437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 : TBD | TBD | TBD | TBD (**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),
 
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),