Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,11 @@ With `transformers<4.37.0`, you will encounter the following error:
|
|
84 |
match = re.search(r"<extract>(.*?)</extract>", response, re.DOTALL)
|
85 |
evidence = match.group(1).strip()
|
86 |
|
|
|
|
|
|
|
|
|
|
|
87 |
## Citation
|
88 |
|
89 |
If you find our work helpful, feel free to give us a cite.
|
|
|
84 |
match = re.search(r"<extract>(.*?)</extract>", response, re.DOTALL)
|
85 |
evidence = match.group(1).strip()
|
86 |
|
87 |
+
## Performance
|
88 |
+
Main results.
|
89 |
+

|
90 |
+
|
91 |
+
|
92 |
## Citation
|
93 |
|
94 |
If you find our work helpful, feel free to give us a cite.
|