machineteacher commited on
Commit
036c2e4
1 Parent(s): a230c41

Add basic details.

Browse files
Files changed (1) hide show
  1. README.md +106 -0
README.md CHANGED
@@ -1,3 +1,109 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - asset
5
+ - wi_locness
6
+ - GEM/wiki_auto_asset_turk
7
+ - discofuse
8
+ - zaemyung/IteraTeR_plus
9
+ language:
10
+ - en
11
+ metrics:
12
+ - sari
13
+ - bleu
14
+ - accuracy
15
  ---
16
+ # Model Card for CoEdIT-XL
17
+
18
+ This model was obtained by fine-tuning google/flan-t5-xl 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
+
25
+ ### Model Description
26
+
27
+ - **Language(s) (NLP)**: English
28
+ - **Finetuned from model:** google/flan-t5-xl
29
+
30
+ ### Model Sources [optional]
31
+
32
+ - **Repository:** https://github.com/vipulraheja/coedit
33
+ - **Paper [optional]:** [More Information Needed]
34
+
35
+ ## How to use
36
+ We make available the models presented in our paper.
37
+
38
+ <table>
39
+ <tr>
40
+ <th>Model</th>
41
+ <th>Number of parameters</th>
42
+ </tr>
43
+ <tr>
44
+ <td>CoEdIT-large</td>
45
+ <td>770M</td>
46
+ </tr>
47
+ <tr>
48
+ <td>CoEdIT-xl</td>
49
+ <td>3B</td>
50
+ </tr>
51
+ <tr>
52
+ <td>CoEdIT-xxl</td>
53
+ <td>11B</td>
54
+ </tr>
55
+ </table>
56
+
57
+
58
+ ## Uses
59
+
60
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
61
+
62
+ ### Direct Use
63
+
64
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Downstream Use [optional]
69
+
70
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
71
+
72
+ [More Information Needed]
73
+
74
+ ### Out-of-Scope Use
75
+
76
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
77
+
78
+ [More Information Needed]
79
+
80
+ ## Bias, Risks, and Limitations
81
+
82
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
83
+
84
+ [More Information Needed]
85
+
86
+ ### Recommendations
87
+
88
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
89
+
90
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
91
+
92
+ ## How to Get Started with the Model
93
+
94
+ Use the code below to get started with the model.
95
+
96
+
97
+
98
+ #### Software
99
+ https://github.com/vipulraheja/coedit
100
+
101
+ ## Citation
102
+
103
+ **BibTeX:**
104
+
105
+ [More Information Needed]
106
+
107
+ **APA:**
108
+
109
+ [More Information Needed]