pszemraj commited on
Commit
4ebd386
1 Parent(s): d0b5ae2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -105,3 +105,18 @@ Final response in 1294.857 s:
105
 
106
  3. Somewhat related to #2 above, fixing/correcting so-called [tortured-phrases](https://arxiv.org/abs/2107.06751) that are dead giveaways text was generated by a language model. _Note that _SOME_ of these are not fixed, especially as they venture into domain-specific terminology (i.e. irregular timberland instead of Random Forest)._
107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  3. Somewhat related to #2 above, fixing/correcting so-called [tortured-phrases](https://arxiv.org/abs/2107.06751) that are dead giveaways text was generated by a language model. _Note that _SOME_ of these are not fixed, especially as they venture into domain-specific terminology (i.e. irregular timberland instead of Random Forest)._
107
 
108
+
109
+ ## Citation info
110
+
111
+ If you find this fine-tuned model useful in your work, please consider citing it :)
112
+
113
+ ```
114
+ @misc {peter_szemraj_2022,
115
+ author = { {Peter Szemraj} },
116
+ title = { flan-t5-large-grammar-synthesis (Revision d0b5ae2) },
117
+ year = 2022,
118
+ url = { https://huggingface.co/pszemraj/flan-t5-large-grammar-synthesis },
119
+ doi = { 10.57967/hf/0138 },
120
+ publisher = { Hugging Face }
121
+ }
122
+ ```