Text2Text Generation
Transformers
PyTorch
Safetensors
English
t5
Inference Endpoints
text-generation-inference
machineteacher commited on
Commit
334e795
1 Parent(s): 97178a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -17,8 +17,9 @@ metrics:
17
 
18
  This model was obtained by fine-tuning the corresponding google/flan-t5-xxl model on the CoEdIT dataset.
19
 
20
- Paper: CoEdIT: ext Editing by Task-Specific Instruction Tuning
21
- Authors: Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang
 
22
 
23
  ## Model Details
24
 
@@ -60,7 +61,7 @@ We make available the models presented in our paper.
60
  ## Text Revision Task
61
  Given an edit instruction and an original text, our model can generate the edited version of the text.<br>
62
 
63
- ![task_specs](https://huggingface.co/grammarly/coedit-xl/resolve/main/Screen%20Shot%202023-05-12%20at%203.36.37%20PM.png)
64
 
65
  ## Usage
66
  ```python
 
17
 
18
  This model was obtained by fine-tuning the corresponding google/flan-t5-xxl model on the CoEdIT dataset.
19
 
20
+ **Paper:** CoEdIT: ext Editing by Task-Specific Instruction Tuning
21
+
22
+ **Authors:** Vipul Raheja, Dhruv Kumar, Ryan Koo, Dongyeop Kang
23
 
24
  ## Model Details
25
 
 
61
  ## Text Revision Task
62
  Given an edit instruction and an original text, our model can generate the edited version of the text.<br>
63
 
64
+ ![task_specs](https://huggingface.co/grammarly/coedit-xl/resolve/main/tsak_examples.png)
65
 
66
  ## Usage
67
  ```python