ghh001 commited on
Commit
55c4662
1 Parent(s): 8674166

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -169,11 +169,34 @@ model = PeftModel.from_pretrained(
169
  model,
170
  lora_path,
171
  )
172
- model.eval()
173
  ```
174
 
175
 
176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
 
178
 
179
 
 
169
  model,
170
  lora_path,
171
  )
 
172
  ```
173
 
174
 
175
 
176
+ ## 9.Cite
177
+ If you use the IEPile or the code, please cite the paper:
178
+
179
+ ```
180
+ @article{DBLP:journals/corr/abs-2402-14710,
181
+ author = {Honghao Gui and
182
+ Hongbin Ye and
183
+ Lin Yuan and
184
+ Ningyu Zhang and
185
+ Mengshu Sun and
186
+ Lei Liang and
187
+ Huajun Chen},
188
+ title = {IEPile: Unearthing Large-Scale Schema-Based Information Extraction Corpus},
189
+ journal = {CoRR},
190
+ volume = {abs/2402.14710},
191
+ year = {2024},
192
+ url = {https://doi.org/10.48550/arXiv.2402.14710},
193
+ doi = {10.48550/ARXIV.2402.14710},
194
+ eprinttype = {arXiv},
195
+ eprint = {2402.14710},
196
+ biburl = {https://dblp.org/rec/journals/corr/abs-2402-14710.bib},
197
+ bibsource = {dblp computer science bibliography, https://dblp.org}
198
+ }
199
+ ```
200
 
201
 
202