JoBeer commited on
Commit
ab39a91
1 Parent(s): 6d16879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ interface = gr.Interface(fn = predict,
37
  ['Nominal power','power being consumed by or dissipated within an electric component as a variable'], ['Power consumption', 'power that is typically taken from the auxiliary power supply when the device is operating normally']],
38
  #theme = 'huggingface',
39
  title = 'ECLASS-Property-Search',
40
- description = "This is a semantic search algorithm that mapps unknown pump properties to the ECLASS standard. It is created by the GART-labortory ot the cologne university of applied science for the use case of semantic interoperable asset administration shells.",
41
  article = """<center><Strong><font size="5em">Functionality and further development of the demo</font></strong></center>
42
  This demo is based on a sentence-transformer <a href="https://huggingface.co/gart-labor/eng-distilBERT-se-eclass">language model</a>, which is trained on a ECLASS specific <a href="https://huggingface.co/datasets/gart-labor/eclassTrainST">dataset</a>. This dataset consists of manually generated paraphrases of ECLASS pump properties. During Training the language model learns to map these paraphrases to the eclass pump properties. In future work, this approach can be extended to additional ECLASS properties (e.g. heating systems, ventilation, etc.) and thus a general language model can be trained. To reduce the manual effort, the integration of chatGPT is suitable for the automated creation of the paraphrases required for training.
43
  <br>
 
37
  ['Nominal power','power being consumed by or dissipated within an electric component as a variable'], ['Power consumption', 'power that is typically taken from the auxiliary power supply when the device is operating normally']],
38
  #theme = 'huggingface',
39
  title = 'ECLASS-Property-Search',
40
+ description = "This is a semantic search algorithm that maps unknown pump properties to the ECLASS standard. It is created by the GART-labortory ot the cologne university of applied science for the usecase of semantic interoperable asset administration shells (industry 4.0).",
41
  article = """<center><Strong><font size="5em">Functionality and further development of the demo</font></strong></center>
42
  This demo is based on a sentence-transformer <a href="https://huggingface.co/gart-labor/eng-distilBERT-se-eclass">language model</a>, which is trained on a ECLASS specific <a href="https://huggingface.co/datasets/gart-labor/eclassTrainST">dataset</a>. This dataset consists of manually generated paraphrases of ECLASS pump properties. During Training the language model learns to map these paraphrases to the eclass pump properties. In future work, this approach can be extended to additional ECLASS properties (e.g. heating systems, ventilation, etc.) and thus a general language model can be trained. To reduce the manual effort, the integration of chatGPT is suitable for the automated creation of the paraphrases required for training.
43
  <br>