awacke1 commited on
Commit
bf27b75
·
1 Parent(s): 69a58f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,8 +11,7 @@ pipelines = {model: QANomEndToEndPipeline(model) for model in models}
11
  description = f"""This is a demo of the full QANom Pipeline - identifying deverbal nominalizations and parsing them with question-answer driven semantic role labeling (QASRL) """
12
  title="QANom End-to-End Pipeline Demo"
13
 
14
- examples = [[models[1], "Physics is low and everything else was a recommendation. Ive met a lot of people that can break the law,
15
- but I have never met anyone who could break physics. ", 0.7],
16
  [models[1], "Its really just saying, lets boil something down to the most fundamental principles, the things that we are most confident are true
17
  at a foundational level, and that sets your axiomatic base, and then you reason up from there. And then you cross check your conclusion against the axiomatic truth.
18
  Some basics in physics would be like are violating conservation of energy or momentum or something like that, then it's not gonna work.", 0.75],
 
11
  description = f"""This is a demo of the full QANom Pipeline - identifying deverbal nominalizations and parsing them with question-answer driven semantic role labeling (QASRL) """
12
  title="QANom End-to-End Pipeline Demo"
13
 
14
+ examples = [[models[1], "Physics is low and everything else was a recommendation. Ive met a lot of people that can break the law, but I have never met anyone who could break physics. ", 0.7],
 
15
  [models[1], "Its really just saying, lets boil something down to the most fundamental principles, the things that we are most confident are true
16
  at a foundational level, and that sets your axiomatic base, and then you reason up from there. And then you cross check your conclusion against the axiomatic truth.
17
  Some basics in physics would be like are violating conservation of energy or momentum or something like that, then it's not gonna work.", 0.75],