Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ This model is a Transformer-based model that supports long document generative s
|
|
| 23 |
|
| 24 |
Based on [BART Large](https://huggingface.co/transformers/model_doc/bart.html) with [Longformer Encode Decoder](https://huggingface.co/transformers/model_doc/led.html) to allow for longer inputs.
|
| 25 |
|
|
|
|
|
|
|
| 26 |
## Intended uses & limitations
|
| 27 |
|
| 28 |
#### How to use
|
|
|
|
| 23 |
|
| 24 |
Based on [BART Large](https://huggingface.co/transformers/model_doc/bart.html) with [Longformer Encode Decoder](https://huggingface.co/transformers/model_doc/led.html) to allow for longer inputs.
|
| 25 |
|
| 26 |
+
The output is one edit operation which includes action (deletion or insertion), index of where edit should happen (represented by words), and the actual text to delete or insert.
|
| 27 |
+
|
| 28 |
## Intended uses & limitations
|
| 29 |
|
| 30 |
#### How to use
|