machineteacher commited on
Commit
b2c4633
1 Parent(s): a804129

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -16,7 +16,7 @@ metrics:
16
  ---
17
  # Model Card for CoEdIT-xl
18
 
19
- This model was obtained by fine-tuning the corresponding google/flan-t5-xl model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
20
 
21
  **Paper:** CoEdIT: Text Editing by Task-Specific Instruction Tuning
22
 
@@ -27,12 +27,12 @@ This model was obtained by fine-tuning the corresponding google/flan-t5-xl model
27
  ### Model Description
28
 
29
  - **Language(s) (NLP)**: English
30
- - **Finetuned from model:** google/flan-t5-xl
31
 
32
- ### Model Sources [optional]
33
 
34
  - **Repository:** https://github.com/vipulraheja/coedit
35
- - **Paper [optional]:** [More Information Needed]
36
 
37
  ## How to use
38
  We make available the models presented in our paper.
@@ -83,9 +83,16 @@ https://github.com/vipulraheja/coedit
83
  ## Citation
84
 
85
  **BibTeX:**
86
-
87
- [More Information Needed]
 
 
 
 
 
 
 
 
88
 
89
  **APA:**
90
-
91
- [More Information Needed]
 
16
  ---
17
  # Model Card for CoEdIT-xl
18
 
19
+ This model was obtained by fine-tuning the corresponding `google/flan-t5-xl` model on the CoEdIT dataset. Details of the dataset can be found in our paper and repository.
20
 
21
  **Paper:** CoEdIT: Text Editing by Task-Specific Instruction Tuning
22
 
 
27
  ### Model Description
28
 
29
  - **Language(s) (NLP)**: English
30
+ - **Finetuned from model:** `google/flan-t5-xl`
31
 
32
+ ### Model Sources
33
 
34
  - **Repository:** https://github.com/vipulraheja/coedit
35
+ - **Paper:** https://arxiv.org/abs/2305.09857
36
 
37
  ## How to use
38
  We make available the models presented in our paper.
 
83
  ## Citation
84
 
85
  **BibTeX:**
86
+ ```
87
+ @article{raheja2023coedit,
88
+ title={CoEdIT: Text Editing by Task-Specific Instruction Tuning},
89
+ author={Vipul Raheja and Dhruv Kumar and Ryan Koo and Dongyeop Kang},
90
+ year={2023},
91
+ eprint={2305.09857},
92
+ archivePrefix={arXiv},
93
+ primaryClass={cs.CL}
94
+ }
95
+ ```
96
 
97
  **APA:**
98
+ Raheja, V., Kumar, D., Koo, R., & Kang, D. (2023). CoEdIT: Text Editing by Task-Specific Instruction Tuning. ArXiv. /abs/2305.09857