danseith commited on
Commit
9580f49
·
1 Parent(s): 187c035

update description (typos)

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -289,7 +289,7 @@ textbox1 = gr.Textbox(label="Input Sentence", lines=5)
289
  title1 = "Patent-BERT: Context-Dependent Synonym Generator"
290
  description1 = """<p>
291
  Try inserting a few sentences from a patent, and pick keywords for the model to analyze. The model will analyze the
292
- context of the keywords in the sentences and generate the top five most likely candidates for each word.
293
  This can be used for more creative patent drafting or patent searches using the generated search string. This is a model based on
294
  <a href= "https://github.com/google/patents-public-data/blob/master/models/BERT%20for%20Patents.md">Patent BERT</a> created by Google.
295
 
@@ -297,8 +297,8 @@ This can be used for more creative patent drafting or patent searches using the
297
  broader search string. <br/>
298
 
299
  WIP features include: (<strong>A</strong>) adjustment options for (i) the number of keywords, (ii) the number of context-dependent synonyms,
300
- and (iii) a 'creativity' parameter of the model, (<strong>B</strong>) analysis of where these words appear at in the patent (e.g.,
301
- claim, summary, etc.), and (<strong>C</strong>) stemming option for input keywords.
302
  <br/>
303
  <p/>"""
304
 
 
289
  title1 = "Patent-BERT: Context-Dependent Synonym Generator"
290
  description1 = """<p>
291
  Try inserting a few sentences from a patent, and pick keywords for the model to analyze. The model will analyze the
292
+ context of the keywords in the sentences and generate the top three most likely candidates for each word.
293
  This can be used for more creative patent drafting or patent searches using the generated search string. This is a model based on
294
  <a href= "https://github.com/google/patents-public-data/blob/master/models/BERT%20for%20Patents.md">Patent BERT</a> created by Google.
295
 
 
297
  broader search string. <br/>
298
 
299
  WIP features include: (<strong>A</strong>) adjustment options for (i) the number of keywords, (ii) the number of context-dependent synonyms,
300
+ and (iii) a 'creativity' parameter of the model, (<strong>B</strong>) analysis of where these words appear in the patent (e.g.,
301
+ claim, summary, etc.), and (<strong>C</strong>) a stemming option for input keywords.
302
  <br/>
303
  <p/>"""
304