machineteacher commited on
Commit
cc353f5
1 Parent(s): 9865991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,8 +17,8 @@ metrics:
17
 
18
  This model was obtained by fine-tuning the corresponding google/flan-t5-large model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
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 +60,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-large model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
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
  ## 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/task_examples.png)
64
 
65
  ## Usage
66
  ```python