machineteacher
commited on
Commit
•
1c9f364
1
Parent(s):
e3e7026
Update README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,9 @@ metrics:
|
|
17 |
|
18 |
This model was obtained by fine-tuning the corresponding google/flan-t5-xl model on the CoEdIT-Composite dataset. Details of the dataset can be found in our paper and repository.
|
19 |
|
20 |
-
Paper
|
21 |
-
|
|
|
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/
|
64 |
|
65 |
This model can also perform edits on composite instructions, as shown below:
|
66 |
![composite task_specs](https://huggingface.co/grammarly/coedit-xl-composite/resolve/main/composite_examples.png)
|
|
|
17 |
|
18 |
This model was obtained by fine-tuning the corresponding google/flan-t5-xl model on the CoEdIT-Composite dataset. Details of the dataset can be found in our paper and repository.
|
19 |
|
20 |
+
**Paper:** CoEdIT: Text 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/task_examples.png)
|
65 |
|
66 |
This model can also perform edits on composite instructions, as shown below:
|
67 |
![composite task_specs](https://huggingface.co/grammarly/coedit-xl-composite/resolve/main/composite_examples.png)
|