maxidl commited on
Commit
0cb14c9
·
1 Parent(s): 1f3b889
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -214,7 +214,7 @@ title = """<h1 align="center">OpenReviewer</h1>
214
  <div align="center">Using <a href="https://huggingface.co/maxidl/Llama-OpenReviewer-8B" target="_blank"><code>Llama-OpenReviewer-8B</code></a> - Built with Llama</div>
215
  """
216
 
217
- description = """"This is an online demo featuring `Llama-OpenReviewer-8B`, a large language model that generates high-quality reviews for machine learning and AI papers.
218
 
219
  ## Demo Guidelines
220
 
@@ -222,13 +222,13 @@ description = """"This is an online demo featuring `Llama-OpenReviewer-8B`, a la
222
 
223
  2. Once you upload a pdf it will be converted to markdown. This takes some time as it runs multiple transformer models to parse the layout and extract text and tables. Checkout [marker](https://github.com/VikParuchuri/marker/tree/master) for details.
224
 
225
- 3. Having obtained a markdown version of your paper, you can now click `Generate Review`.
226
 
227
  (Optional) Take a look at the Review Template to properly interpret the generated review. You can also change the review template before generating in case you want to generate a review with a different schema and aspects.
228
 
229
- (Optional) TO obtain more than one review, just generate again.
230
 
231
- If the GPU quota is exceeded, consider duplicated this space by clicking `Duplicate this Space` in the top right menu next to your profile icon.
232
 
233
  """
234
 
 
214
  <div align="center">Using <a href="https://huggingface.co/maxidl/Llama-OpenReviewer-8B" target="_blank"><code>Llama-OpenReviewer-8B</code></a> - Built with Llama</div>
215
  """
216
 
217
+ description = """This is an online demo featuring [Llama-OpenReviewer-8B](https://huggingface.co/maxidl/Llama-OpenReviewer-8B), a large language model that generates high-quality reviews for machine learning and AI papers.
218
 
219
  ## Demo Guidelines
220
 
 
222
 
223
  2. Once you upload a pdf it will be converted to markdown. This takes some time as it runs multiple transformer models to parse the layout and extract text and tables. Checkout [marker](https://github.com/VikParuchuri/marker/tree/master) for details.
224
 
225
+ 3. Having obtained a markdown version of your paper, you can now click *Generate Review*.
226
 
227
  (Optional) Take a look at the Review Template to properly interpret the generated review. You can also change the review template before generating in case you want to generate a review with a different schema and aspects.
228
 
229
+ (Optional) To obtain more than one review, just generate again.
230
 
231
+ **GPU quota** If exceeded, either come back later or duplicate this space by clicking *Duplicate this Space* in the top right menu next to your profile icon.
232
 
233
  """
234