hyesunyun commited on
Commit
298c751
1 Parent(s): dc2e6c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,8 @@ Based on [BART Large](https://huggingface.co/transformers/model_doc/bart.html) w
27
 
28
  #### How to use
29
 
 
 
30
  ```python
31
  from transformers import LEDTokenizer, LEDForConditionalGeneration
32
 
27
 
28
  #### How to use
29
 
30
+ Format your data so that each new article or evidence to add have `<EV>` token in front with each title prefixed by `<t>` and each abstract prefixed by `<abs>`. Please have the original summary also in the same format. You can have the list of articles and original summary concatenated in any order as long as they have the correct separator tokens.
31
+
32
  ```python
33
  from transformers import LEDTokenizer, LEDForConditionalGeneration
34